guix-commits
[Top][All Lists]
Advanced

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

20/27: gnu: go-github-com-templexxx-xor: Update to 0.1.2.


From: Leo Famulari
Subject: 20/27: gnu: go-github-com-templexxx-xor: Update to 0.1.2.
Date: Wed, 10 Jan 2018 04:29:35 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit b39bd1d4e5134a8ed338452cc4f859a5b994fad0
Author: Leo Famulari <address@hidden>
Date:   Sat Dec 30 17:29:38 2017 -0500

    gnu: go-github-com-templexxx-xor: Update to 0.1.2.
    
    * gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Update to 0.1.2.
    [propagated-inputs]: Add go-github-com-templexxx-cpufeat.
---
 gnu/packages/syncthing.scm | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 332751c..f775aaf 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1627,28 +1627,28 @@ over UDP packets.")
       (license expat))))
 
 (define-public go-github-com-templexxx-xor
-  (let ((commit "42f9c041c330b560afb991153bf183c25444bcdc")
-        (revision "0"))
-    (package
-      (name "go-github-com-templexxx-xor")
-      (version (git-version "0.0.0" revision commit))
-      (source
-        (origin
-          (method git-fetch)
-          (uri (git-reference
-                 (url "https://github.com/templexxx/xor.git";)
-                 (commit commit)))
-          (file-name (git-file-name name version))
-          (sha256
-           (base32
-            "0ixzk64nyyzas4lyqxdih824xg5f5vph18vyiibmnflwd61m0i78"))))
-      (build-system go-build-system)
-      (arguments
-       '(#:import-path "github.com/templexxx/xor"))
-      (synopsis "XOR in Go")
-      (description "This packages provides a Go implementation of XOR.")
-      (home-page "https://github.com/templexxx/xor";)
-      (license expat))))
+  (package
+    (name "go-github-com-templexxx-xor")
+    (version "0.1.2")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/templexxx/xor.git";)
+               (commit version)))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32
+          "0v1maiii0sggmxk9bgpy6pypb40j3hy2328pc4kd5bldkpdb67d5"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "github.com/templexxx/xor"))
+    (propagated-inputs
+     `(("go-github-com-templexxx-cpufeat" ,go-github-com-templexxx-cpufeat)))
+    (synopsis "XOR in Go")
+    (description "This packages provides a Go implementation of XOR.")
+    (home-page "https://github.com/templexxx/xor";)
+    (license expat)))
 
 (define-public go-github-com-xtaci-smux
   (let ((commit "0f6b9aaecaaf354357adc7def9239011ad276776")



reply via email to

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