mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-gxed-hashland-keccakpg: Move to (gnu packages golang-crypto).
* gnu/packages/golang.scm (go-github-com-gxed-hashland-keccakpg): Move from here ... * gnu/packages/golang-crypto.scm: ... to here. Change-Id: I000004efa349f0d7548003aeecc98c94669662de
This commit is contained in:
parent
c8640466e6
commit
4df431e6cb
2 changed files with 25 additions and 26 deletions
|
@ -272,6 +272,31 @@ providing bidirectional mapping values to their names, plus enum convenience
|
|||
for values.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-gxed-hashland-keccakpg
|
||||
(let ((commit "d9f6b97f8db22dd1e090fd0bbbe98f09cc7dd0a8")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "go-github-com-gxed-hashland-keccakpg")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/gxed/hashland")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1q23y4lacsz46k9gmgfw4iwwydw36j2601rbidmmswl94grpc386"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:unpack-path "github.com/gxed/hashland"
|
||||
#:import-path "github.com/gxed/hashland/keccakpg"))
|
||||
(home-page "https://github.com/gxed/hashland")
|
||||
(synopsis "Implements the Keccak (SHA-3) hash algorithm in Go")
|
||||
(description "Package @command{keccak} implements the Keccak (SHA-3)
|
||||
hash algorithm. See http://keccak.noekeon.org.")
|
||||
(license license:expat))))
|
||||
|
||||
(define-public go-github-com-jcmturner-aescts-v2
|
||||
(package
|
||||
(name "go-github-com-jcmturner-aescts-v2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue