1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2024-07-28 22:07:18 +01:00
parent 5930a71791
commit 38e174e350
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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))))