diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-08 12:54:45 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:42 +0100 |
| commit | 8a2a9f538e0e975f3277a6ef0c217a35cc951cbb (patch) | |
| tree | 0c6aa67ac9f84617e09bcadb0121135c23b5f10b | |
| parent | 3fe4cceb659280a0f4d2b6fc39822d408a1004c6 (diff) | |
gnu: go-dario-cat-mergo: Update to 1.0.2.
* gnu/packages/golang-xyz.scm (go-dario-cat-mergo): Update to 1.0.2.
[arguments] <go>: Use go-1.23.
(go-github-com-darccio-mergo, go-github-com-imdario-mergo) [arguments]
<go>: Use go-1.23.
Change-Id: I36c58b35948f96b5af98c215ea81edf028540a6b
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 687732268b5..4ad920a42d0 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -432,7 +432,7 @@ file along with an index.html file.") (define-public go-dario-cat-mergo (package (name "go-dario-cat-mergo") - (version "1.0.1") + (version "1.0.2") (source (origin (method git-fetch) @@ -441,10 +441,11 @@ file along with an index.html file.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0v12vc9bmqq89k4y60a8ykmv85hpa7nh73sn9b7ars143pxvmhf1")))) + (base32 "1q61904rd858ac19vsmmhz69b1hvn0y9rjfb9d2gc4abg64dva57")))) (build-system go-build-system) (arguments (list + #:go go-1.23 #:import-path "dario.cat/mergo")) (native-inputs (list go-gopkg-in-yaml-v3)) @@ -4978,6 +4979,7 @@ gist (https://gist.github.com/kballard/272720).") (name "go-github-com-darccio-mergo") (arguments (list + #:go go-1.23 #:import-path "github.com/darccio/mergo" #:phases #~(modify-phases %standard-phases @@ -9619,6 +9621,7 @@ ABI}.") (name "go-github-com-imdario-mergo") (arguments (list + #:go go-1.23 #:import-path "github.com/imdario/mergo" #:phases #~(modify-phases %standard-phases |
