1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: go-golang-org-x-time: Update to 0.5.0.

* gnu/packages/golang-build.scm (go-golang-org-x-time): Update to 0.5.0.

Change-Id: Ifdeaa507ba710bd63dafe8ddc35b2f5233faffb0
This commit is contained in:
Sharlatan Hellseher 2024-07-12 15:09:13 +01:00
parent e0ca0978c8
commit addabe9736
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -533,20 +533,18 @@ processing.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public go-golang-org-x-time (define-public go-golang-org-x-time
(let ((commit "9d24e82272b4f38b78bc8cff74fa936d31ccd8ef")
(revision "2"))
(package (package
(name "go-golang-org-x-time") (name "go-golang-org-x-time")
(version (git-version "0.0.0" revision commit)) (version "0.5.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://go.googlesource.com/time") (url "https://go.googlesource.com/time")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1f5nkr4vys2vbd8wrwyiq2f5wcaahhpxmia85d1gshcbqjqf8dkb")))) (base32 "1dahq0p6zn2pd408q6hsv1jl12nqrwd1gkl3r3dysk2q0z16192v"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "golang.org/x/time" `(#:import-path "golang.org/x/time"
@ -560,7 +558,7 @@ processing.")
(synopsis "Supplemental Go time libraries") (synopsis "Supplemental Go time libraries")
(description "This package provides supplemental Go libraries related to (description "This package provides supplemental Go libraries related to
time.") time.")
(license license:bsd-3)))) (license license:bsd-3)))
(define-public go-golang-org-x-tools (define-public go-golang-org-x-tools
(package (package