1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-06 07:34:04 +02:00

gnu: go-github-com-klauspost-cpuid-v2: Update to 2.3.0.

* gnu/packages/golang-xyz.scm (go-github-com-klauspost-cpuid-v2): Update to 2.3.0.

Change-Id: I5e73e7e63da96b42f990bd4ac258294a79cae751
This commit is contained in:
Sharlatan Hellseher
2026-05-26 13:13:12 +01:00
parent 4d9ec0821b
commit 0bb5f91feb
+2 -2
View File
@@ -16971,7 +16971,7 @@ very eas to use.")
(package
(inherit go-github-com-klauspost-cpuid )
(name "go-github-com-klauspost-cpuid-v2")
(version "2.2.8")
(version "2.3.0")
(source
(origin
(method git-fetch)
@@ -16980,7 +16980,7 @@ very eas to use.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0fys5v9vslar483arj7wy4id5kg1c7vqv4437kgjnwvki69j9mxf"))))
(base32 "02a8d8hj1gs61fbr30d69mxd7y89pxg8rdvqmqdq4avnmd8n1yl4"))))
(arguments
(list
#:import-path "github.com/klauspost/cpuid/v2"))))