diff options
author | Leo Famulari <leo@famulari.name> | 2020-02-12 22:09:05 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-02-13 19:44:30 -0500 |
commit | d8b681fb5c00bda669c9c38275b15df5c724ccbb (patch) | |
tree | 7d435162261ed9b5a3e36d6b3a49778a5344e323 /gnu/packages/syncthing.scm | |
parent | 5d9515d8809ccd1e6d353a218ddf4998b4d3a64b (diff) | |
download | guix-d8b681fb5c00bda669c9c38275b15df5c724ccbb.tar guix-d8b681fb5c00bda669c9c38275b15df5c724ccbb.tar.gz |
gnu: go-github-com-prometheus-client-golang: Update to 1.2.1.
* gnu/packages/syncthing.scm (go-github-com-prometheus-client-golang):
Update to 1.2.1.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-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 d9e7f522b5..48adc67eee 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -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 |