[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: Add go-github-com-klauspost-cpuid-v2.
From: |
guix-commits |
Subject: |
11/13: gnu: Add go-github-com-klauspost-cpuid-v2. |
Date: |
Fri, 28 Jun 2024 10:40:28 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit f01a2dd80ac6a21177474a41d742e5a000225a4f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Jun 24 20:44:04 2024 +0100
gnu: Add go-github-com-klauspost-cpuid-v2.
* gnu/packages/golang-xyz.scm (go-github-com-klauspost-cpuid-v2): New
variable.
Change-Id: I0465af816409325cd8b5b5f339c155d0326338a7
---
gnu/packages/golang-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e814731b63..8eb47fbe9e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2179,6 +2179,24 @@ supported, and no external C (cgo) code is used, which
should make the library
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")
- branch master updated (6a7d5cda17 -> ae55410e07), guix-commits, 2024/06/28
- 02/13: gnu: go-github-com-masterminds-sprig: Move to golang-xyz., guix-commits, 2024/06/28
- 08/13: gnu: go-github-com-masterminds-semver: Rename variable., guix-commits, 2024/06/28
- 09/13: gnu: go-github-com-masterminds-semver-v3: Update to 3.2.1., guix-commits, 2024/06/28
- 04/13: gnu: chezmoi: Refresh package style., guix-commits, 2024/06/28
- 01/13: gnu: go-github-com-nwaples-rardecode-v2: Rename variable., guix-commits, 2024/06/28
- 03/13: gnu: chezmoi: Remove propagated inputs., guix-commits, 2024/06/28
- 10/13: gnu: go-github-com-klauspost-cpuid: Move to golang-xyz., guix-commits, 2024/06/28
- 06/13: gnu: go-github-com-masterminds-sprig-v3: Enable tests., guix-commits, 2024/06/28
- 12/13: gnu: Add go-github-com-bmatcuk-doublestar-v4., guix-commits, 2024/06/28
- 11/13: gnu: Add go-github-com-klauspost-cpuid-v2.,
guix-commits <=
- 05/13: gnu: go-github-com-masterminds-sprig: Rename variable., guix-commits, 2024/06/28
- 13/13: gnu: go-github-com-dlclark-regexp2: Move to golang-xyz., guix-commits, 2024/06/28
- 07/13: gnu: go-github-com-masterminds-semver: Move to golang-xyz., guix-commits, 2024/06/28