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:
Sharlatan Hellseher 2025-01-06 21:13:25 +00:00
parent 93be239fb3
commit ec847b089a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"))