1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: go-github-com-saracen-walker: Update to 0.1.4.

* gnu/packages/golang.scm (go-github-com-saracen-walker): Update to 0.1.4.

Change-Id: Idd162928fffdb53637fb228f2381166ee1897a9a
This commit is contained in:
Sharlatan Hellseher 2025-01-01 16:47:40 +00:00
parent 48c8f5d31e
commit fc32b8ccf6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2219,7 +2219,7 @@ per-goroutine.")
(define-public go-github-com-saracen-walker
(package
(name "go-github-com-saracen-walker")
(version "0.1.1")
(version "0.1.4")
(source
(origin
(method git-fetch)
@ -2228,7 +2228,7 @@ per-goroutine.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1rq1lrp99lx7k1ysbfznn4c1iagnxdhb4lnnklsadnnzi3gvygqz"))))
(base32 "17i2zrbcp0zgwfgap555pk358wpqfa8qj8pmgwhjkzwd77nyl77g"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/saracen/walker"))