mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
5930a71791
commit
38e174e350
1 changed files with 2 additions and 2 deletions
|
@ -8312,7 +8312,7 @@ aware of your profiles and configuration in ~/.aws/config.")
|
||||||
(package
|
(package
|
||||||
(inherit go-gopkg-in-ini)
|
(inherit go-gopkg-in-ini)
|
||||||
(name "go-github-com-go-ini-ini")
|
(name "go-github-com-go-ini-ini")
|
||||||
(version "1.66.6")
|
(version "1.67.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -8321,7 +8321,7 @@ aware of your profiles and configuration in ~/.aws/config.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kqg13606hnw8f75cb59fsy1m85kiqf3csi2g7q2512avdmaphc9"))))
|
"1vpzkjmrwp7bqqsijp61293kk2vn6lcck56j8m5y6ks6cf21lpap"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/go-ini/ini"))
|
(list #:import-path "github.com/go-ini/ini"))
|
||||||
(propagated-inputs (list go-github-com-stretchr-testify))))
|
(propagated-inputs (list go-github-com-stretchr-testify))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue