guix_mirror_bot pushed a commit to branch master
in repository guix.
commit b3c11db874c2a6e4d638d9907d6b42ae0a48382e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 14 22:05:14 2026 +0000
gnu: Add go-github-com-mikelolasagasti-xz.
* gnu/packages/golang-compression.scm (go-github-com-mikelolasagasti-xz):
New variable.
Change-Id: If1c6418e1e4361833e772faea1ae70b9b28d8928
---
gnu/packages/golang-compression.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/golang-compression.scm
b/gnu/packages/golang-compression.scm
index 7c9778e0f6..af59df5e40 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -461,6 +461,28 @@ Supported archive formats:
@end itemize")
(license license:expat)))
+(define-public go-github-com-mikelolasagasti-xz
+ (package
+ (name "go-github-com-mikelolasagasti-xz")
+ (version "1.0.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mikelolasagasti/xz")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1qh5cms6ggihz302dbxjb6g4z1pnkbll564zwg2838ykbh3hlny2"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/mikelolasagasti/xz"))
+ (home-page "https://github.com/mikelolasagasti/xz")
+ (synopsis "Native Go XZ decompression package")
+ (description "Package xz implements XZ decompression natively in Go.")
+ (license license:bsd-0)))
+
(define-public go-github-com-minio-minlz
(package
(name "go-github-com-minio-minlz")