1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2024-08-14 23:42:09 +01:00
parent 3948cbe9aa
commit dd43b08fa8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5214,7 +5214,7 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
(define-public go-github-com-spf13-cobra (define-public go-github-com-spf13-cobra
(package (package
(name "go-github-com-spf13-cobra") (name "go-github-com-spf13-cobra")
(version "1.8.0") (version "1.8.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5223,7 +5223,7 @@ Use waterutil with it to work with TUN/TAP packets/frames.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0mhnqfgcwwcknlhk7n07i02q3iqq6ihksj4dwz296zci8ry3w0d0")))) (base32 "0brbyy5mc6n2j6m6q1xyswh907vxd3wdzvgaci45swgj0747lcf8"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list