guix-commits
[Top][All Lists]
Advanced

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

56/63: gnu: go-github-com-huandu-xstrings: Update to 1.5.0.


From: guix-commits
Subject: 56/63: gnu: go-github-com-huandu-xstrings: Update to 1.5.0.
Date: Sat, 28 Dec 2024 11:13:45 -0500 (EST)

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

commit 73f68e9d203b168510b723bb7fc094947281ac3e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 28 15:43:52 2024 +0000

    gnu: go-github-com-huandu-xstrings: Update to 1.5.0.
    
    * gnu/packages/golang.scm (go-github-com-huandu-xstrings): Update to 1.5.0.
    
    Change-Id: Ie4d00d39120a2235b28a216cd83eeec7493bc96d
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 148cab07e7..7941fdc0fb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -4237,7 +4237,7 @@ of Java Apache Commons.")
 (define-public go-github-com-huandu-xstrings
   (package
     (name "go-github-com-huandu-xstrings")
-    (version "1.3.2")
+    (version "1.5.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4246,7 +4246,7 @@ of Java Apache Commons.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0pwar6rc0fqb6pll38a44s81g5kb65vbg71jg5lx8caphjnikq5r"))))
+                "04z4xb22mi03a772f1si2fqwi5vn5584afzxas73jc6n6sppz0db"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/huandu/xstrings"))



reply via email to

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