mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-prometheus-common: Update to 0.61.0.
* gnu/packages/prometheus.scm (go-github-com-prometheus-common): Update to 0.61.0. Change-Id: I476ae2926c3096be69a61f9a2c2368afa03267f6
This commit is contained in:
parent
530b01588f
commit
b237558558
1 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ Prometheus metrics.")
|
|||
(define-public go-github-com-prometheus-common
|
||||
(package
|
||||
(name "go-github-com-prometheus-common")
|
||||
(version "0.55.0")
|
||||
(version "0.61.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -230,7 +230,7 @@ Prometheus metrics.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bsbxil7qz8rhckhv0844nmn38g7i7347cjv5m6na47hbdpi0rqh"))
|
||||
(base32 "0wng61rzvh27s2rlaadvjbffwgpn74p1wjrz6insl57k1pg3cmcn"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue