mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: go-golang-org-x-crypto: Update to 0.14.0.
* gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.14.0. [propagated-inputs]: Add go-golang-org-x-net, go-golang-org-x-term and go-golang-org-x-text. Change-Id: I0b064137070be75545f012fc7a89280522855e27
This commit is contained in:
parent
0540c0ccb2
commit
dcfdd70d53
1 changed files with 6 additions and 3 deletions
|
@ -79,7 +79,7 @@ (define-public go-github-com-yuin-goldmark
|
|||
(define-public go-golang-org-x-crypto
|
||||
(package
|
||||
(name "go-golang-org-x-crypto")
|
||||
(version "0.4.0")
|
||||
(version "0.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -89,7 +89,7 @@ (define-public go-golang-org-x-crypto
|
|||
(file-name (string-append "go.googlesource.com-crypto-"
|
||||
version "-checkout"))
|
||||
(sha256
|
||||
(base32 "13i0yz4hvc4qdr438nmzilvl5ns73v3910bakcddny3jbzq72i2m"))))
|
||||
(base32 "08124qkp0l0blq6rw68llfbf84kp99255q0yvxyv27c05b0wkh66"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "golang.org/x/crypto"
|
||||
|
@ -100,7 +100,10 @@ (define-public go-golang-org-x-crypto
|
|||
;; Source-only package
|
||||
(delete 'build))))
|
||||
(propagated-inputs
|
||||
(list go-golang-org-x-sys))
|
||||
(list go-golang-org-x-net
|
||||
go-golang-org-x-sys
|
||||
go-golang-org-x-term
|
||||
go-golang-org-x-text))
|
||||
(home-page "https://go.googlesource.com/crypto/")
|
||||
(synopsis "Supplementary cryptographic libraries in Go")
|
||||
(description "This package provides supplementary cryptographic libraries
|
||||
|
|
Loading…
Reference in a new issue