1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-github-com-prometheus-common-assets: Update to 0.2.0.

Set the correct version for go submodule.

* gnu/packages/prometheus.scm (go-github-com-prometheus-common-assets):
Update to 0.2.0.

Change-Id: I99fe5d058115401557847be6c026739d1b391c68
This commit is contained in:
Sharlatan Hellseher
2024-12-27 20:26:05 +00:00
parent b237558558
commit 67d7cf4698

View File

@@ -297,16 +297,17 @@ metrics.")
(define-public go-github-com-prometheus-common-assets
(package
(name "go-github-com-prometheus-common-assets")
(version "0.55.0")
(version "0.2.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/prometheus/common")
(commit (string-append "v" version))))
(commit (go-version->git-ref version
#:subdir "assets"))))
(file-name (git-file-name name version))
(sha256
(base32 "0bsbxil7qz8rhckhv0844nmn38g7i7347cjv5m6na47hbdpi0rqh"))))
(base32 "0r7sym4yaysbkc5anyypl57v9ay0a1flq00j85j7lcficl2scwrs"))))
(build-system go-build-system)
(arguments
(list