gnu: go-github-com-prometheus-client-golang: Update 1.1.0.
authorLeo Famulari <leo@famulari.name>
Wed, 12 Feb 2020 21:58:56 +0000 (16:58 -0500)
committerLeo Famulari <leo@famulari.name>
Fri, 14 Feb 2020 00:44:27 +0000 (19:44 -0500)
* gnu/packages/syncthing.scm (go-github-com-prometheus-client-golang):
Update to 1.1.0.

gnu/packages/syncthing.scm

index dac7a20..0e7d3fa 100644 (file)
@@ -919,7 +919,7 @@ system, kernel, and process metrics from the @file{/proc} pseudo file system.")
 (define-public go-github-com-prometheus-client-golang
     (package
       (name "go-github-com-prometheus-client-golang")
-      (version "0.9.4")
+      (version "1.1.0")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -928,7 +928,7 @@ system, kernel, and process metrics from the @file{/proc} pseudo file system.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0s134fj4i7k6pxdmxwkdi7amb1882yq33spv15hg3pkpbd3h311p"))))
+                  "1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf"))))
       (build-system go-build-system)
       (arguments
        '(#:tests? #f