mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-crypto: Update to 0.0.0-5.2aa609c.
* gnu/packages/golang.scm (go-golang-org-x-crypto): Update to 0.0.0-5.2aa609c.
This commit is contained in:
parent
cc1698bc03
commit
c217654883
1 changed files with 3 additions and 3 deletions
|
@ -623,8 +623,8 @@ Go programming language.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-golang-org-x-crypto
|
(define-public go-golang-org-x-crypto
|
||||||
(let ((commit "9756ffdc24725223350eb3266ffb92590d28f278")
|
(let ((commit "2aa609cf4a9d7d1126360de73b55b6002f9e052a")
|
||||||
(revision "4"))
|
(revision "5"))
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-crypto")
|
(name "go-golang-org-x-crypto")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -637,7 +637,7 @@ Go programming language.")
|
||||||
version "-checkout"))
|
version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q7hxaaq6lp0v8qqzifvysl47z5rfdlrxkh3d29vsl3wyby3dxl8"))))
|
"1yvis6fqbsd7f356aqyi18f76vnwj3bry6mxqnkvshq4cwrf92il"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "golang.org/x/crypto"
|
'(#:import-path "golang.org/x/crypto"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue