1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-github-com-spf13-pflag: Update to 1.0.10.

* gnu/packages/golang-xyz.scm (go-github-com-spf13-pflag): Update to 1.0.10.

Change-Id: I15f78f8ff6cb24b5273d939ceb58565632eed1d0
This commit is contained in:
Sharlatan Hellseher
2026-02-25 20:46:53 +00:00
parent 3586c9c836
commit 7bbedfd96f

View File

@@ -23240,7 +23240,7 @@ a few advantages over using the standard log library alone.
(define-public go-github-com-spf13-pflag
(package
(name "go-github-com-spf13-pflag")
(version "1.0.6")
(version "1.0.10")
(source
(origin
(method git-fetch)
@@ -23249,7 +23249,7 @@ a few advantages over using the standard log library alone.
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ckdaa5q3afhgx5hi45czxn2pcc5fd0sz4axh4hqxyvgsjfjvmg0"))))
(base32 "1sjj0a8x1hshiix12y44kbz5lr1ifdcglvb5d5qyli68q46l3gx6"))))
(build-system go-build-system)
(arguments
(list