diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-06-02 09:00:18 +0900 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:41 +0100 |
| commit | 732979ac1ad697c29b288fb01d0ca95d45a60782 (patch) | |
| tree | 0a0539e375b5a613340fad559b68dc0ede7f55d8 /gnu | |
| parent | 40c9a9c2fb974e3fabd860c926808c3295b7cbf0 (diff) | |
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>
Diffstat (limited to 'gnu')
| -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 ce8b7d6cb35..680a12ce7a2 100644 --- a/gnu/packages/golang-build.scm +++ b/gnu/packages/golang-build.scm @@ -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 |
