mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +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:
parent
82db8071f7
commit
8be844b517
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue