gnu: go-github-com-prometheus-client-golang: Update to 1.2.1.
authorLeo Famulari <leo@famulari.name>
Thu, 13 Feb 2020 03:09:05 +0000 (22:09 -0500)
committerLeo Famulari <leo@famulari.name>
Fri, 14 Feb 2020 00:44:30 +0000 (19:44 -0500)
* gnu/packages/syncthing.scm (go-github-com-prometheus-client-golang):
Update to 1.2.1.

gnu/packages/syncthing.scm

index d9e7f52..48adc67 100644 (file)
@@ -893,7 +893,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 "1.1.0")
+      (version "1.2.1")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -902,7 +902,7 @@ system, kernel, and process metrics from the @file{/proc} pseudo file system.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1r0irxkmfnj6ininb06w6ybknini5lz02idawrbkk2i5lq1qcvvf"))))
+                  "0zs49psk23n9z8wrl02d5vib5wclpym8kaxcy6n5pk696i419065"))))
       (build-system go-build-system)
       (arguments
        '(#:tests? #f