From 0bb5f91feb4f380f2fa1565cd6d938afc2b64c76 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 26 May 2026 13:13:12 +0100 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index d0d62f3e073..b0eef10480e 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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"))))