[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/22: gnu: go-github-com-twmb-murmur3: Move to golang-crypto.
From: |
guix-commits |
Subject: |
22/22: gnu: go-github-com-twmb-murmur3: Move to golang-crypto. |
Date: |
Thu, 2 Jan 2025 18:14:28 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 7064601235cda9adde347fe48a0c5be7a52d1664
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jan 2 23:12:31 2025 +0000
gnu: go-github-com-twmb-murmur3: Move to golang-crypto.
* gnu/packages/golang.scm (go-github-com-twmb-murmur3): Move from here ...
* gnu/packages/golang-crypto.scm: ... to here.
Change-Id: I38c3e1e43b9d20e426bd653a1255033000f0917a
---
gnu/packages/golang-crypto.scm | 25 +++++++++++++++++++++++++
gnu/packages/golang.scm | 26 --------------------------
2 files changed, 25 insertions(+), 26 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 517c3946fc..fe4ed36e7a 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1785,6 +1785,31 @@ adding the ability to obtain the list of host key
algorithms for a known
host.")
(license license:asl2.0)))
+(define-public go-github-com-twmb-murmur3
+ (package
+ (name "go-github-com-twmb-murmur3")
+ (version "1.1.8")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/twmb/murmur3")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "064bbgbgc45i3m9b3rqyw09g0nlrjs7dq1k716i5f06zjjpr56wg"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/twmb/murmur3"))
+ (home-page "https://github.com/twmb/murmur3")
+ (synopsis "Native MurmurHash3 Go implementation")
+ (description
+ "Native Go implementation of Austin Appleby's third MurmurHash
+revision (aka MurmurHash3). Reference algorithm has been slightly hacked as to
+support the streaming mode required by Go's standard Hash interface.")
+ (license license:bsd-3)))
+
(define-public go-github-com-xanzy-ssh-agent
(package
(name "go-github-com-xanzy-ssh-agent")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ec732af413..cfe9784e8b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2994,32 +2994,6 @@ encoding and 8 times faster decoding.")
(description "Native Go implementation of Austin Appleby's third MurmurHash
revision (aka MurmurHash3).
-Reference algorithm has been slightly hacked as to support the streaming mode
-required by Go's standard Hash interface.")
- (license license:bsd-3)))
-
-(define-public go-github-com-twmb-murmur3
- (package
- (name "go-github-com-twmb-murmur3")
- (version "1.1.8")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/twmb/murmur3")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "064bbgbgc45i3m9b3rqyw09g0nlrjs7dq1k716i5f06zjjpr56wg"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/twmb/murmur3"))
- (home-page "https://github.com/twmb/murmur3")
- (synopsis "Native MurmurHash3 Go implementation")
- (description "Native Go implementation of Austin Appleby's third
-MurmurHash revision (aka MurmurHash3).
-
Reference algorithm has been slightly hacked as to support the streaming mode
required by Go's standard Hash interface.")
(license license:bsd-3)))
- 18/22: gnu: go-github-com-gdamore-encoding: Move to golang-xyz., (continued)
- 18/22: gnu: go-github-com-gdamore-encoding: Move to golang-xyz., guix-commits, 2025/01/02
- 16/22: gnu: go-github-com-rivo-tview: Move to golang-xyz., guix-commits, 2025/01/02
- 19/22: gnu: Remove go-github-com-whyrusleeping-tar-utils., guix-commits, 2025/01/02
- 09/22: gnu: Add go-github-com-saracen-fastzip., guix-commits, 2025/01/02
- 15/22: gnu: go-github-com-rivo-tview: Update to 0.0.0-20241227133733-17b7edb88c57., guix-commits, 2025/01/02
- 17/22: gnu: go-github-com-gdamore-encoding: Update to 1.0.1., guix-commits, 2025/01/02
- 14/22: gnu: go-github-com-rivo-uniseg: Move to golang-xyz., guix-commits, 2025/01/02
- 11/22: gnu: go-github-com-containerd-console: Update to 1.0.4., guix-commits, 2025/01/02
- 21/22: gnu: go-github-com-twmb-murmur3: Update to 1.1.8., guix-commits, 2025/01/02
- 20/22: gnu: Remove go-github-com-libp2p-go-libp2p-protocol., guix-commits, 2025/01/02
- 22/22: gnu: go-github-com-twmb-murmur3: Move to golang-crypto.,
guix-commits <=
- 07/22: gnu: Add go-github-com-saracen-zipextra., guix-commits, 2025/01/02