diff options
author | Leo Famulari <leo@famulari.name> | 2020-02-12 16:58:56 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-02-13 19:44:27 -0500 |
commit | 191e4df083f2abfb90d4f3d5052873666760b3d5 (patch) | |
tree | 07cd6f67ad72ac142b5d8181ac3b7a282e97dd4d | |
parent | be47a83abb2cd6b326fa2f2fa3a7751659bb666b (diff) | |
download | patches-191e4df083f2abfb90d4f3d5052873666760b3d5.tar patches-191e4df083f2abfb90d4f3d5052873666760b3d5.tar.gz |
gnu: go-github-com-prometheus-client-golang: Update 1.1.0.
* gnu/packages/syncthing.scm (go-github-com-prometheus-client-golang):
Update to 1.1.0.
-rw-r--r-- | gnu/packages/syncthing.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index dac7a206e5..0e7d3fa4d5 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -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 |