diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-19 23:50:35 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:42:11 +0000 |
commit | 3dd482af7b014dd45ce6886214df8ff728c7d972 (patch) | |
tree | 8bcbe4380e6e030eba35454791ea9693ecfc34ed | |
parent | 9c8defdffe723da8e8246df96c0bb1dc9a1c317a (diff) |
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
-rw-r--r-- | gnu/packages/golang-build.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm index 96ebb91a82..36f6092117 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -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 |