From 7bbedfd96feda77a9207c1e1250ec61f1153cfb8 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 25 Feb 2026 20:46:53 +0000 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 630d96204d..674527b03d 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