[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"))
- branch master updated (77412c4 -> 3b52628), Leo Famulari, 2018/03/06
- 01/09: gnu: Remove go-github-com-xtaci-smux., Leo Famulari, 2018/03/06
- 04/09: gnu: Remove go-github-com-klauspost-cpuid., Leo Famulari, 2018/03/06
- 03/09: gnu: Remove go-github-com-ccding-go-stun., Leo Famulari, 2018/03/06
- 02/09: gnu: Remove go-github-com-xtaci-kcp-go., Leo Famulari, 2018/03/06
- 06/09: gnu: Remove go-github-com-tjfoc-gmsm-sm4.,
Leo Famulari <=
- 05/09: gnu: Remove go-github-com-klauspost-reedsolomon., Leo Famulari, 2018/03/06
- 08/09: gnu: Remove go-github-com-templexxx-xor., Leo Famulari, 2018/03/06
- 09/09: gnu: syncthing: Update to 0.14.45., Leo Famulari, 2018/03/06
- 07/09: gnu: Remove go-github-com-templexxx-cpufeat., Leo Famulari, 2018/03/06