summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-06 09:52:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-07 11:20:19 +0100
commit71b2834ab00dad4b1363d7771deb2d749ce5e04d (patch)
tree4be8ffe4cb6562287b5353bebb8ad5d756634ca1 /gnu/packages
parent50561722cf0e0b8487324c9728cc9d9c1dacc8c7 (diff)
downloadguix-71b2834ab00dad4b1363d7771deb2d749ce5e04d.tar.gz
gnu: go-github-com-alecthomas-repr: Update to 0.4.0.
* gnu/packages/golang.scm (go-github-com-alecthomas-repr): Update to 0.4.0.

Change-Id: I7dd2d9d777bf8d6db6aaf76b13b2b7f9dfa5ad66
Diffstat (limited to 'gnu/packages')
-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 d9145e9ac4..4db1e4184b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6737,7 +6737,7 @@ stripped.")
 (define-public go-github-com-alecthomas-repr
   (package
     (name "go-github-com-alecthomas-repr")
-    (version "0.3.0")
+    (version "0.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -6746,7 +6746,7 @@ stripped.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zq30b36vvg4kzxkff64gjwvcjaw0d13dqzfjfai66hkh3ijdzwl"))))
+                "0ikvl78dighkn87bxk6gki4wcz9f138n7kbqkagj5vbdb690yjkl"))))
     (build-system go-build-system)
     (arguments
      `(#:go ,go-1.18