aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-07-28 22:07:18 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-07-28 22:07:18 +0100
commit38e174e3503657075e013b04f38c80ada1a5989f (patch)
tree362f71e37e010a18595f358d400a4823bee47b25 /gnu
parent5930a71791d10af81d580a58a8a87afc0fabd465 (diff)
downloadguix-38e174e3503657075e013b04f38c80ada1a5989f.tar
guix-38e174e3503657075e013b04f38c80ada1a5989f.tar.gz
gnu: go-github-com-go-ini-ini: Update to 1.67.0.
* gnu/packages/golang.scm (go-github-com-go-ini-ini): Update to 1.67.0. Change-Id: I9f4f1bafec3194fb656d3d3734a0f2b1d0f8bd83
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 5a676c6bf0..9197f377fc 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8312,7 +8312,7 @@ aware of your profiles and configuration in ~/.aws/config.")
(package
(inherit go-gopkg-in-ini)
(name "go-github-com-go-ini-ini")
- (version "1.66.6")
+ (version "1.67.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -8321,7 +8321,7 @@ aware of your profiles and configuration in ~/.aws/config.")
(file-name (git-file-name name version))
(sha256
(base32
- "0kqg13606hnw8f75cb59fsy1m85kiqf3csi2g7q2512avdmaphc9"))))
+ "1vpzkjmrwp7bqqsijp61293kk2vn6lcck56j8m5y6ks6cf21lpap"))))
(arguments
(list #:import-path "github.com/go-ini/ini"))
(propagated-inputs (list go-github-com-stretchr-testify))))