me
/
guix
Archived
1
0
Fork 0

gnu: go-golang-org-x-crypto: Update to 0.25.0.

* gnu/packages/golang-build.scm (go-golang-org-x-crypto): Update to 0.25.0.
[propagated-inputs]: Remove go-golang-org-x-net and go-golang-org-x-text.

Change-Id: I5357ee2788764422a50f793c8b06faee371d2453
master
Sharlatan Hellseher 2024-07-12 13:47:31 +01:00
parent 6be3cbad13
commit c2efdad440
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 4 additions and 8 deletions

View File

@ -90,17 +90,16 @@
(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.14.0") (version "0.25.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://go.googlesource.com/crypto") (url "https://go.googlesource.com/crypto")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (string-append "go.googlesource.com-crypto-" (file-name (git-file-name name version))
version "-checkout"))
(sha256 (sha256
(base32 "08124qkp0l0blq6rw68llfbf84kp99255q0yvxyv27c05b0wkh66")))) (base32 "1cnglyy3fhvnnynazfdrikkwcxv3rlxamvfxink2z241lncvwkxy"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "golang.org/x/crypto" '(#:import-path "golang.org/x/crypto"
@ -111,10 +110,7 @@
;; Source-only package ;; Source-only package
(delete 'build)))) (delete 'build))))
(propagated-inputs (propagated-inputs
(list go-golang-org-x-net (list go-golang-org-x-sys go-golang-org-x-term))
go-golang-org-x-sys
go-golang-org-x-term
go-golang-org-x-text))
(home-page "https://go.googlesource.com/crypto/") (home-page "https://go.googlesource.com/crypto/")
(synopsis "Supplementary cryptographic libraries in Go") (synopsis "Supplementary cryptographic libraries in Go")
(description "This package provides supplementary cryptographic libraries (description "This package provides supplementary cryptographic libraries