mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: go-github-com-dgryski-go-metro: Update to 0.0.0-20250106013310-edb8663e5e33.
* gnu/packages/golang.scm (go-github-com-dgryski-go-metro): Update to 0.0.0-20250106013310-edb8663e5e33. Change-Id: Ic8405962e5e8474ce27add2ec6b6dfa54ec11e6f
This commit is contained in:
parent
93be239fb3
commit
ec847b089a
1 changed files with 2 additions and 2 deletions
|
@ -2480,7 +2480,7 @@ (define-public go-github-com-ayufan-golang-kardianos-service
|
|||
(define-public go-github-com-dgryski-go-metro
|
||||
(package
|
||||
(name "go-github-com-dgryski-go-metro")
|
||||
(version "0.0.0-20211217172704-adc40b04c140")
|
||||
(version "0.0.0-20250106013310-edb8663e5e33")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2489,7 +2489,7 @@ (define-public go-github-com-dgryski-go-metro
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"16y5vc5qf7aipi8basqza8l939hlmp7wqsv4y6gsqac3sp9ziqyj"))))
|
||||
"0had4wbhhghr3rbm5v4dcj73nlq49k1mpklqn9gkmzkkxfs8hf6z"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/dgryski/go-metro"))
|
||||
|
|
Loading…
Reference in a new issue