diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-26 23:19:56 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-27 00:34:28 +0100 |
commit | 1abbcd2a65aead6e43c95fe921c109e3f9bafd3a (patch) | |
tree | 3e529c071ce53412f762b72c008d75f845beb1de /gnu/packages/golang-xyz.scm | |
parent | 91e0f01f0eb8dee933b954da9ea1c3fcf8555531 (diff) | |
download | guix-1abbcd2a65aead6e43c95fe921c109e3f9bafd3a.tar.gz |
gnu: go-github-com-audriusbutkevicius-recli: Update to 0.0.6.
* gnu/packages/golang-xyz.scm (go-github-com-audriusbutkevicius-recli): Update to 0.0.6. Change-Id: I26631ba87ce71a737f45b2add2dfaf443ecda92d
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 47bd746731..0e0ad5804a 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -525,7 +525,7 @@ optimized for sparse nodes of (define-public go-github-com-audriusbutkevicius-recli (package (name "go-github-com-audriusbutkevicius-recli") - (version "0.0.5") + (version "0.0.6") (source (origin (method git-fetch) @@ -534,7 +534,7 @@ optimized for sparse nodes of (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1m1xna1kb78pkmr1lfmvvnpk9j7c4x71j3a7c6vj7zpzc4srpsmf")))) + (base32 "0mxrpn8p6ylf5qjzsqrk96nky5vgagjkkpd5jwpm6sa977qb0v3i")))) (build-system go-build-system) (arguments (list |