From 8be844b517f542d56cbb46de3fe475f7d02d5655 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 31 Dec 2024 17:59:02 +0000 Subject: [PATCH] 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 --- gnu/packages/golang.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 700079dd2b..9b936fab6e 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -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"))