mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: Add go-github-com-klauspost-cpuid-v2.
* gnu/packages/golang-xyz.scm (go-github-com-klauspost-cpuid-v2): New variable. Change-Id: I0465af816409325cd8b5b5f339c155d0326338a7
This commit is contained in:
parent
e48e8fe8d5
commit
f01a2dd80a
1 changed files with 18 additions and 0 deletions
|
@ -2179,6 +2179,24 @@ (define-public go-github-com-klauspost-cpuid
|
|||
very eas to use.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-klauspost-cpuid-v2
|
||||
(package
|
||||
(inherit go-github-com-klauspost-cpuid )
|
||||
(name "go-github-com-klauspost-cpuid-v2")
|
||||
(version "2.2.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/klauspost/cpuid")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fys5v9vslar483arj7wy4id5kg1c7vqv4437kgjnwvki69j9mxf"))))
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/klauspost/cpuid/v2"))))
|
||||
|
||||
(define-public go-github-com-lestrrat-go-envload
|
||||
(package
|
||||
(name "go-github-com-lestrrat-go-envload")
|
||||
|
|
Loading…
Reference in a new issue