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.11.0.
* gnu/packages/golang-build.scm (go-golang-org-x-time): Update to 0.11.0. Change-Id: Id6c4c6320a13c8c4babf2641c8126fe15fcb8b3d Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
40c9a9c2fb
commit
732979ac1a
1 changed files with 2 additions and 2 deletions
|
@ -1094,7 +1094,7 @@ processing.")
|
|||
(define-public go-golang-org-x-time
|
||||
(package
|
||||
(name "go-golang-org-x-time")
|
||||
(version "0.8.0")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1103,7 +1103,7 @@ processing.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1m2xfgq3a6y1xckl0al9n03il927z3rp2a8fvb8369035d3al3qh"))))
|
||||
(base32 "1bqgxv7b3n69h4mi4hwr51pfr1hr6s1h6k7nb3dl32dryy7xwr12"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue