guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

266/401: gnu: go-golang-org-x-time: Update to 0.8.0.


From: guix-commits
Subject: 266/401: gnu: go-golang-org-x-time: Update to 0.8.0.
Date: Thu, 26 Dec 2024 19:31:08 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit f48a9363c2b8673a175b1aa28ce1ea8b7a653149
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 19 23:50:35 2024 +0000

    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
---
 gnu/packages/golang-build.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]