guix-commits
[Top][All Lists]
Advanced

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

47/62: gnu: Add go-github-com-chmduquesne-rollinghash-adler32.


From: Leo Famulari
Subject: 47/62: gnu: Add go-github-com-chmduquesne-rollinghash-adler32.
Date: Thu, 12 Oct 2017 21:43:43 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 2785690a23a2fbf2a3b61c0b3675bf3e6e57a602
Author: Leo Famulari <address@hidden>
Date:   Wed Oct 11 20:15:44 2017 -0400

    gnu: Add go-github-com-chmduquesne-rollinghash-adler32.
    
    * gnu/packages/syncthing.scm 
(go-github-com-chmduquesne-rollinghash-adler32):
    New variable.
---
 gnu/packages/syncthing.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 2bea82f..94243c0 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1269,6 +1269,32 @@ and RFC 5389).")
       (home-page "https://github.com/ccding/go-stun";)
       (license asl2.0))))
 
+(define-public go-github-com-chmduquesne-rollinghash-adler32
+  (let ((commit "043b8fdecc9816f0011a056f6d92f9a091ab63dd")
+        (revision "0"))
+    (package
+      (name "go-github-com-chmduquesne-rollinghash-adler32")
+      (version (git-version "0.0.0" revision commit))
+      (source
+        (origin
+          (method git-fetch)
+          (uri (git-reference
+                 (url "https://github.com/chmduquesne/rollinghash.git";)
+                 (commit commit)))
+          (file-name (git-file-name name version))
+          (sha256
+           (base32
+            "0pc87laxgydqv03bdirfv32y9k0bdk2cwjxn28yh42nvay9p6y0k"))))
+      (build-system go-build-system)
+      (arguments
+       '(#:import-path "github.com/chmduquesne/rollinghash/adler32"
+         #:unpack-path "github.com/chmduquesne/rollinghash"))
+      (synopsis "Adler-32 rolling hash in Go")
+      (description "This package provides a Go implementation of the Adler-32
+rolling hash.")
+      (home-page "https://github.com/chmduquesne/rollinghash";)
+      (license expat))))
+
 (define-public go-github-com-petermattis-goid
   (let ((commit "3db12ebb2a599ba4a96bea1c17b61c2f78a40e02")
         (revision "0"))



reply via email to

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