guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: Remove go-github-com-tjfoc-gmsm-sm4.


From: Leo Famulari
Subject: 06/09: gnu: Remove go-github-com-tjfoc-gmsm-sm4.
Date: Tue, 6 Mar 2018 13:26:18 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 7d02ae4b85d16f34d14dfb6375b7900ca1a81b4a
Author: Leo Famulari <address@hidden>
Date:   Tue Feb 20 09:05:10 2018 -0500

    gnu: Remove go-github-com-tjfoc-gmsm-sm4.
    
    * gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Remove 
variable.
---
 gnu/packages/syncthing.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index f67aa89..9b7ea9b 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1724,32 +1724,6 @@ processor feature detection used by the Go standard 
libary.")
       (home-page "https://github.com/templexxx/cpufeat";)
       (license bsd-3))))
 
-(define-public go-github-com-tjfoc-gmsm-sm4
-  (let ((commit "98aa888b79d8de04afe0fccf45ed10594efc858b")
-        (revision "1"))
-    (package
-      (name "go-github-com-tjfoc-gmsm-sm4")
-      (version (git-version "0.0.0" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                       (url "https://github.com/tjfoc/gmsm";)
-                       (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "1ii4imnz3ims2s23pdv0l4ijzxjsvl82h4yzgfqm5y809ph6pjq9"))))
-      (build-system go-build-system)
-      (arguments
-       '(#:import-path "github.com/tjfoc/gmsm/sm4"
-         #:unpack-path "github.com/tjfoc/gmsm"))
-      (synopsis "SM4 block cipher")
-      (description "This package provides a Go implementation of SM4, a block
-cipher used in the Chinese National Standard for Wireless LAN WAPI (Wired
-Authentication and Privacy Infrastructure).")
-      (home-page "https://github.com/tjfoc/gmsm";)
-      (license asl2.0))))
-
 (define-public go-github-com-zillode-notify
   (let ((commit "a8abcfb1ce88ee8d79a300ed65d94b8fb616ddb3")
         (revision "2"))



reply via email to

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