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.38.0.
* gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.38.0. Change-Id: I0ebeeb8a4b017736088508880c7ade27acf35186 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
4101fe9900
commit
b4bc336d79
1 changed files with 2 additions and 2 deletions
|
@ -483,7 +483,7 @@ toolchain. The parts needed in the main Go repository are copied in.")
|
||||||
(define-public go-golang-org-x-crypto
|
(define-public go-golang-org-x-crypto
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-crypto")
|
(name "go-golang-org-x-crypto")
|
||||||
(version "0.31.0")
|
(version "0.38.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -492,7 +492,7 @@ toolchain. The parts needed in the main Go repository are copied in.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pd3qipz2wb5wbbb44lgbfygxhf9lq5rknf82p2dmaicszn0rd53"))
|
(base32 "1wx7wf3ifb10cx2yckm925a9ydy5bw3iv664cma27abkfssj07ba"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue