diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-06-29 19:16:29 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-03 22:23:23 +0100 |
commit | 20c93b1f88d36fc1ef911fe71354f141cb7ac0e5 (patch) | |
tree | bbdf4a39d2a32e5c62aae46b065691691697ba77 | |
parent | 62ee372a5b438040ae1f073f7bd26ff59c90c5cd (diff) | |
download | guix-20c93b1f88d36fc1ef911fe71354f141cb7ac0e5.tar.gz guix-20c93b1f88d36fc1ef911fe71354f141cb7ac0e5.zip |
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
-rw-r--r-- | gnu/packages/golang-xyz.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 80d68f2fd3..54b9c45ed6 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -69,6 +69,7 @@ #: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 @@ semantic versions. Specifically it provides the ability to: (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 @@ semantic versions. Specifically it provides the ability to: (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 @@ semantic versions. Specifically it provides the ability to: 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/") |