mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
62ee372a5b
commit
20c93b1f88
1 changed files with 4 additions and 2 deletions
|
@ -69,6 +69,7 @@ (define-module (gnu packages golang-xyz)
|
|||
#:use-module (gnu packages golang-check)
|
||||
#:use-module (gnu packages golang-compression)
|
||||
#:use-module (gnu packages golang-crypto)
|
||||
#:use-module (gnu packages golang-maths)
|
||||
#:use-module (gnu packages golang-web)
|
||||
#:use-module (gnu packages linux)
|
||||
#: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
|
||||
(package
|
||||
(name "go-github-com-masterminds-sprig-v3")
|
||||
(version "3.1.0")
|
||||
(version "3.2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2885,7 +2886,7 @@ (define-public go-github-com-masterminds-sprig-v3
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0wwi8n2adjc5jlga25lqq0hrz4jcgd5vpll68y2dfji034caaq18"))))
|
||||
(base32 "1gkwalx8j8h1jdhk6dz8bq8zp7vivxvcivr83dcq0h6nrn4xjqnl"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -2908,6 +2909,7 @@ (define-public go-github-com-masterminds-sprig-v3
|
|||
go-github-com-masterminds-semver-v3
|
||||
go-github-com-mitchellh-copystructure
|
||||
go-github-com-mitchellh-reflectwalk
|
||||
go-github-com-shopspring-decimal
|
||||
go-github-com-spf13-cast
|
||||
go-golang-org-x-crypto))
|
||||
(home-page "https://github.com/Masterminds/sprig/")
|
||||
|
|
Loading…
Reference in a new issue