guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/31: gnu: Add go-github-com-gxed-hashland-murmur3.


From: guix-commits
Subject: 07/31: gnu: Add go-github-com-gxed-hashland-murmur3.
Date: Fri, 12 Apr 2024 12:02:42 -0400 (EDT)

sharlatan pushed a commit to branch master
in repository guix.

commit 5eea7f6597774ca4c92ef74f9e1c7fb51f45a35f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Apr 12 12:52:36 2024 +0100

    gnu: Add go-github-com-gxed-hashland-murmur3.
    
    * gnu/packages/golang-crypto.scm (go-github-com-gxed-hashland-murmur3): New 
variable.
    
    Change-Id: I9085a373fa298d3359d164768a613a7a56c948db
---
 gnu/packages/golang-crypto.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 4f90ab4242..24e114166c 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -555,6 +555,20 @@ libraries.")
 hash algorithm.  See http://keccak.noekeon.org.";)
       (license license:expat))))
 
+(define-public go-github-com-gxed-hashland-murmur3
+  (package
+    (inherit go-github-com-gxed-hashland)
+    (name "go-github-com-gxed-hashland-murmur3")
+    (arguments
+     (list
+      #:import-path "github.com/gxed/hashland/murmur3"
+      #:unpack-path "github.com/gxed/hashland"))
+    (synopsis "Golang implementation of MurmurHash3 algorithm")
+    (description
+     "This package provides a native Go implementation of
+@url{https://en.wikipedia.org/wiki/MurmurHash, Austin Appleby's third
+MurmurHash} revision (aka MurmurHash3).")))
+
 (define-public go-github-com-jcmturner-aescts-v2
   (package
     (name "go-github-com-jcmturner-aescts-v2")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]