mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: go-github-com-prometheus-client-model: Update to 0.6.1.
* gnu/packages/golang-xyz.scm (go-github-com-prometheus-client-model): Update to 0.6.1. Change-Id: I1bcc2a57e45c9111eccc2788fd7cfa9c219f6db9
This commit is contained in:
parent
a156b3d2f7
commit
2a8637107c
1 changed files with 2 additions and 2 deletions
|
@ -4235,7 +4235,7 @@ (define-public go-github-com-polydawn-refmt
|
|||
(define-public go-github-com-prometheus-client-model
|
||||
(package
|
||||
(name "go-github-com-prometheus-client-model")
|
||||
(version "0.5.0")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4244,7 +4244,7 @@ (define-public go-github-com-prometheus-client-model
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pl9i969jx5vkhm8vd5vb8yrifv37aw6h8mjg04820pw0ygfbigy"))))
|
||||
(base32 "0g1q2szzwp4rwkvayi2mnq2nwj6hj4ja7j43vwyi1iaz6d9z505c"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/prometheus/client_model"
|
||||
|
|
Loading…
Reference in a new issue