mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
50561722cf
commit
71b2834ab0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue