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

commit 409930a402c8f73046e56fb666dacbf52699cf5c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Sep 25 15:14:15 2024 +0100

    gnu: go-github-com-dustin-go-humanize: Update to 1.0.1.
    
    * gnu/packages/golang.scm (go-github-com-dustin-go-humanize): Update to 
1.0.1.
    
    Change-Id: Iaeb4c79c802794feb03e307c08fa56686294942a
---
 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 10e89dc0f7..ccd77542f8 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6881,7 +6881,7 @@ the External Data Representation (XDR) standard protocol 
as specified in RFC
 (define-public go-github-com-dustin-go-humanize
   (package
     (name "go-github-com-dustin-go-humanize")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method git-fetch)
@@ -6891,7 +6891,7 @@ the External Data Representation (XDR) standard protocol 
as specified in RFC
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3"))))
+         "1iyhd90pnmxh64nhsh6k02c1b1glpmhh4whga9jgb9g0i5hz3sya"))))
     (build-system go-build-system)
     (arguments
      '(#:import-path "github.com/dustin/go-humanize"))

Reply via email to