gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0.

* gnu/packages/golang-xyz.scm (go-github-com-deckarep-golang-set-v2): Update to 2.6.0.

Change-Id: Iaf7f84352514b0b98f23fbd1da47dbe700fd0c03
This commit is contained in:
Sharlatan Hellseher 2024-09-19 20:34:08 +01:00
parent fdb5a366b3
commit b35b0c5c66
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2040,7 +2040,7 @@ more complicated parallel cases.")
(package (package
(inherit go-github-com-deckarep-golang-set) (inherit go-github-com-deckarep-golang-set)
(name "go-github-com-deckarep-golang-set-v2") (name "go-github-com-deckarep-golang-set-v2")
(version "2.2.0") (version "2.6.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2049,11 +2049,10 @@ more complicated parallel cases.")
(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 "11bvia6cflq46nzc2hfgikgxyck7wskyi0i7ksy9r0d41l4jh4l9")))) (base32 "1yvmra0hfcdzyyw51k0gnnd13zklvsacja0qkd0j1wjhpqmmfbcy"))))
(arguments (arguments
(list (list
#:import-path "github.com/deckarep/golang-set/v2" #:import-path "github.com/deckarep/golang-set/v2"))
#:unpack-path "github.com/deckarep/golang-set"))
(native-inputs (native-inputs
(list go-github-com-stretchr-testify)) (list go-github-com-stretchr-testify))
(propagated-inputs (propagated-inputs