diff options
author | Leo Famulari <leo@famulari.name> | 2017-12-30 17:35:01 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-10 01:22:08 -0800 |
commit | d4138c0c67b33b7b181068eab836d45954d247b5 (patch) | |
tree | d61083b2ff1479cab3f848e7091a33e99ca38a48 | |
parent | 48f677c97820383a91ae94d902468ae7478cd521 (diff) | |
download | guix-d4138c0c67b33b7b181068eab836d45954d247b5.tar.gz guix-d4138c0c67b33b7b181068eab836d45954d247b5.zip |
gnu: go-github-com-tjfoc-gmsm-sm4: Update to 0.0.0-1.98aa888.
* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Update to
0.0.0-1.98aa888.
-rw-r--r-- | gnu/packages/syncthing.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index f7cd779878..c999ab7152 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -1827,8 +1827,8 @@ processor feature detection used by the Go standard libary.") (license bsd-3)))) (define-public go-github-com-tjfoc-gmsm-sm4 - (let ((commit "0f4904804c0f24f1784e10195a4144fcffa86a85") - (revision "0")) + (let ((commit "98aa888b79d8de04afe0fccf45ed10594efc858b") + (revision "1")) (package (name "go-github-com-tjfoc-gmsm-sm4") (version (git-version "0.0.0" revision commit)) @@ -1840,7 +1840,7 @@ processor feature detection used by the Go standard libary.") (file-name (git-file-name name version)) (sha256 (base32 - "1k56gx2ky0c5kf4icafd7zr809lliqzx2mn88lb6d52ljfpf77q5")))) + "1ii4imnz3ims2s23pdv0l4ijzxjsvl82h4yzgfqm5y809ph6pjq9")))) (build-system go-build-system) (arguments '(#:import-path "github.com/tjfoc/gmsm/sm4" |