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
This commit is contained in:
Sharlatan Hellseher 2024-07-06 09:52:15 +01:00
parent 50561722cf
commit 71b2834ab0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6737,7 +6737,7 @@ (define-public go-github-com-alecthomas-colour
(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 @@ (define-public go-github-com-alecthomas-repr
(file-name (git-file-name name version))
(sha256
(base32
"1zq30b36vvg4kzxkff64gjwvcjaw0d13dqzfjfai66hkh3ijdzwl"))))
"0ikvl78dighkn87bxk6gki4wcz9f138n7kbqkagj5vbdb690yjkl"))))
(build-system go-build-system)
(arguments
`(#:go ,go-1.18