1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: go-github-com-emirpasic-gods: Update to 1.18.1.

* gnu/packages/golang.scm (go-github-com-emirpasic-gods): Update to 1.18.1.

Change-Id: I9366cc71fe9b7963448ad8b7a8b7526da93a528e
This commit is contained in:
Sharlatan Hellseher 2024-12-21 23:25:37 +00:00
parent ec8920c8e5
commit 38cc68f710
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4874,7 +4874,7 @@ use one of our glamorous default themes.")
(define-public go-github-com-emirpasic-gods
(package
(name "go-github-com-emirpasic-gods")
(version "1.12.0")
(version "1.18.1")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4883,7 +4883,7 @@ use one of our glamorous default themes.")
(file-name (git-file-name name version))
(sha256
(base32
"0i5qqq7ajvw3mikr95zl9rsnfsjanzwpqqs6kzzplsfgsifybar1"))))
"0vnnmv813m8yhykwlxpizpvpimsirbaiwa3ckxfyx3ybv1swlq44"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/emirpasic/gods"