1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-github-com-pkg-xattr: Update to 0.4.10.

* gnu/packages/golang.scm (go-github-com-pkg-xattr): Update to 0.4.10.

Change-Id: I5545a958435e77a2b1b7fa0cd6aeb81d34b97a8e
This commit is contained in:
Sharlatan Hellseher 2024-12-31 17:59:02 +00:00
parent 82db8071f7
commit 8be844b517
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1370,7 +1370,7 @@ the first isn't available.
(define-public go-github-com-pkg-xattr
(package
(name "go-github-com-pkg-xattr")
(version "0.4.9")
(version "0.4.10")
(source (origin
(method git-fetch)
(uri (git-reference
@ -1379,7 +1379,7 @@ the first isn't available.
(file-name (git-file-name name version))
(sha256
(base32
"0qg4zh0d8m4adaiicsd0cpw0w6g8sk01f4jz7jyxgirh1wfcsqyz"))))
"0rxvfiwgd0z9alj4n8jympmyi68zh1swf3siim8r2h01nm4i0vqh"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/pkg/xattr"))