mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: go-github-com-prometheus-procfs: Update to 0.0.4.
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): Update to 0.0.4.
This commit is contained in:
parent
0d793a59cf
commit
75f36ad6d2
1 changed files with 2 additions and 2 deletions
|
@ -894,7 +894,7 @@ (define-public go-github-com-prometheus-common
|
|||
(define-public go-github-com-prometheus-procfs
|
||||
(package
|
||||
(name "go-github-com-prometheus-procfs")
|
||||
(version "0.0.3")
|
||||
(version "0.0.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -903,7 +903,7 @@ (define-public go-github-com-prometheus-procfs
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y"))))
|
||||
"1z5jq5rjala0a0di4nwk1rai0z9f73qwqj6mgcbpjbg2qknlb544"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/prometheus/procfs"
|
||||
|
|
Loading…
Reference in a new issue