gnu: go-github-com-prometheus-procfs: Update to 0.0.4.
authorLeo Famulari <leo@famulari.name>
Wed, 16 Oct 2019 19:16:25 +0000 (15:16 -0400)
committerLeo Famulari <leo@famulari.name>
Fri, 14 Feb 2020 00:44:26 +0000 (19:44 -0500)
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): Update
to 0.0.4.

gnu/packages/syncthing.scm

index 22c6238..aaf5787 100644 (file)
@@ -894,7 +894,7 @@ Prometheus metrics.")
 (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 @@ Prometheus metrics.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y"))))
+                  "1z5jq5rjala0a0di4nwk1rai0z9f73qwqj6mgcbpjbg2qknlb544"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/prometheus/procfs"