summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 20:46:53 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 20:47:06 +0000
commit7bbedfd96feda77a9207c1e1250ec61f1153cfb8 (patch)
tree95e2588c1bed4d011fc4d6bd88de28d49fc2141c /gnu
parent3586c9c83649fd5f77c821578ce48b4778006d9c (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 630d96204de..674527b03dc 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -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