sharlatan pushed a commit to branch master
in repository guix.

commit 71b2834ab00dad4b1363d7771deb2d749ce5e04d
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sat Jul 6 09:52:15 2024 +0100

    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
---
 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 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

Reply via email to