diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-14 23:42:09 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-08-14 23:58:35 +0100 |
commit | dd43b08fa89e3afaa5534a37b6dddd405611f1a9 (patch) | |
tree | d375d1b6fcad430eb006ebdde6f01dd1964ac000 /gnu/packages/golang-xyz.scm | |
parent | 3948cbe9aa405bfeb2c0d6b88573cd26c312ee02 (diff) | |
download | guix-dd43b08fa89e3afaa5534a37b6dddd405611f1a9.tar.gz |
gnu: go-github-com-spf13-cobra: Update to 1.8.1.
* gnu/packages/golang-xyz.scm (go-github-com-spf13-cobra): Update to 1.8.1. Change-Id: I5236ac568fe7ababbc94a0dc60e071e8ac6674aa
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 65aa50726f..5638eea5fd 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -5214,7 +5214,7 @@ Use waterutil with it to work with TUN/TAP packets/frames.") (define-public go-github-com-spf13-cobra (package (name "go-github-com-spf13-cobra") - (version "1.8.0") + (version "1.8.1") (source (origin (method git-fetch) @@ -5223,7 +5223,7 @@ Use waterutil with it to work with TUN/TAP packets/frames.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0mhnqfgcwwcknlhk7n07i02q3iqq6ihksj4dwz296zci8ry3w0d0")))) + (base32 "0brbyy5mc6n2j6m6q1xyswh907vxd3wdzvgaci45swgj0747lcf8")))) (build-system go-build-system) (arguments (list |