mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-golang-org-x-time: Update to 0.6.0.
* gnu/packages/golang-build.scm (go-golang-org-x-time): Update to 0.6.0. Change-Id: I3e089b63829b9323f9e95857afd501a5af36de3c
This commit is contained in:
parent
38bd09cf26
commit
6f757c3087
1 changed files with 2 additions and 2 deletions
|
@ -668,7 +668,7 @@ processing.")
|
||||||
(define-public go-golang-org-x-time
|
(define-public go-golang-org-x-time
|
||||||
(package
|
(package
|
||||||
(name "go-golang-org-x-time")
|
(name "go-golang-org-x-time")
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -677,7 +677,7 @@ processing.")
|
||||||
(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 "1dahq0p6zn2pd408q6hsv1jl12nqrwd1gkl3r3dysk2q0z16192v"))))
|
(base32 "14z7f1yx3r393f94yjv09mrsfaydq6da7pswv8wvk327mxa56vw1"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue