summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-25 15:14:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-11-09 21:33:55 +0000
commit37ef7683de5f3f93c1dbbb15f78e02d4c6831089 (patch)
tree57a208ee442a0b5c39c6c1f267863d2a3014eddd /gnu
parent0a2817cb052880b854242f0c5cc055e16036d80e (diff)
downloadguix-37ef7683de5f3f93c1dbbb15f78e02d4c6831089.tar.gz
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 31f2dfe46b..5402adf0fa 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6908,7 +6908,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)
@@ -6918,7 +6918,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"))