gnu: go-github-com-masterminds-sprig-v3: Update to 3.2.3.

* gnu/packages/golang-xyz.scm (go-github-com-masterminds-sprig-v3):
Update to 3.2.3.

Change-Id: I95c42ca42a09e0c5e79d5c631606d8e48ceafe43
This commit is contained in:
Sharlatan Hellseher 2024-06-29 19:16:29 +01:00
parent 62ee372a5b
commit 20c93b1f88
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -69,6 +69,7 @@ (define-module (gnu packages golang-xyz)
#:use-module (gnu packages golang-check) #:use-module (gnu packages golang-check)
#:use-module (gnu packages golang-compression) #:use-module (gnu packages golang-compression)
#:use-module (gnu packages golang-crypto) #:use-module (gnu packages golang-crypto)
#:use-module (gnu packages golang-maths)
#:use-module (gnu packages golang-web) #:use-module (gnu packages golang-web)
#:use-module (gnu packages linux) #:use-module (gnu packages linux)
#:use-module (gnu packages specifications)) #:use-module (gnu packages specifications))
@ -2876,7 +2877,7 @@ (define-public go-github-com-masterminds-semver-v3
(define-public go-github-com-masterminds-sprig-v3 (define-public go-github-com-masterminds-sprig-v3
(package (package
(name "go-github-com-masterminds-sprig-v3") (name "go-github-com-masterminds-sprig-v3")
(version "3.1.0") (version "3.2.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2885,7 +2886,7 @@ (define-public go-github-com-masterminds-sprig-v3
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wwi8n2adjc5jlga25lqq0hrz4jcgd5vpll68y2dfji034caaq18")))) (base32 "1gkwalx8j8h1jdhk6dz8bq8zp7vivxvcivr83dcq0h6nrn4xjqnl"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
@ -2908,6 +2909,7 @@ (define-public go-github-com-masterminds-sprig-v3
go-github-com-masterminds-semver-v3 go-github-com-masterminds-semver-v3
go-github-com-mitchellh-copystructure go-github-com-mitchellh-copystructure
go-github-com-mitchellh-reflectwalk go-github-com-mitchellh-reflectwalk
go-github-com-shopspring-decimal
go-github-com-spf13-cast go-github-com-spf13-cast
go-golang-org-x-crypto)) go-golang-org-x-crypto))
(home-page "https://github.com/Masterminds/sprig/") (home-page "https://github.com/Masterminds/sprig/")