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.8.0.
* gnu/packages/golang-build.scm (go-golang-org-x-time): Update to 0.8.0. Change-Id: I0ee1760e0b2a7dcf5be74b41a7e77cf2e5b6b8cb
This commit is contained in:
parent
9c8defdffe
commit
3dd482af7b
1 changed files with 2 additions and 2 deletions
|
@ -956,7 +956,7 @@ processing.")
|
|||
(define-public go-golang-org-x-time
|
||||
(package
|
||||
(name "go-golang-org-x-time")
|
||||
(version "0.6.0")
|
||||
(version "0.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -965,7 +965,7 @@ processing.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14z7f1yx3r393f94yjv09mrsfaydq6da7pswv8wvk327mxa56vw1"))))
|
||||
(base32 "1m2xfgq3a6y1xckl0al9n03il927z3rp2a8fvb8369035d3al3qh"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue