[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/30: gnu: Add go-github-com-nwaples-rardecode-v2.
From: |
guix-commits |
Subject: |
26/30: gnu: Add go-github-com-nwaples-rardecode-v2. |
Date: |
Wed, 3 Jul 2024 17:59:23 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit d086c5b6601a0bf797c8defb68f314de455de8c2
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jun 29 20:29:48 2024 +0100
gnu: Add go-github-com-nwaples-rardecode-v2.
* gnu/packages/golang-compression.scm (go-github-com-nwaples-rardecode):
Change version to 1.1.3 for future inheritance of
go-github-com-nwaples-rardecode-v2.
(go-github-com-nwaples-rardecode-v2): New variable.
Change-Id: Ifc92ac27fbcd01f7cfced9239765d41108d6f373
---
gnu/packages/golang-compression.scm | 22 ++++++++++++++++++++--
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-compression.scm
b/gnu/packages/golang-compression.scm
index 85b2e3505b..67ae28abe5 100644
--- a/gnu/packages/golang-compression.scm
+++ b/gnu/packages/golang-compression.scm
@@ -221,7 +221,7 @@ time, as otherwise the internal gzip library will likely be
faster.")
(define-public go-github-com-nwaples-rardecode
(package
(name "go-github-com-nwaples-rardecode")
- (version "2.0.0-beta.2")
+ (version "1.1.3")
(source
(origin
(method git-fetch)
@@ -230,7 +230,7 @@ time, as otherwise the internal gzip library will likely be
faster.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1344mxfdgs5fps6mqxk6352arrfszi33kmq394rgmqpf4394f1y7"))))
+ (base32 "0s00b8a9gppka3yxkxh7z5wy0ahygl8wbb0fbyx2r0rj879a1c2z"))))
(build-system go-build-system)
(arguments
(list
@@ -241,6 +241,24 @@ time, as otherwise the internal gzip library will likely
be faster.")
"This package provides a library for reading RAR archives with Golang.")
(license license:bsd-2)))
+(define-public go-github-com-nwaples-rardecode-v2
+ (package
+ (inherit go-github-com-nwaples-rardecode)
+ (name "go-github-com-nwaples-rardecode-v2")
+ (version "2.0.0-beta.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nwaples/rardecode")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1344mxfdgs5fps6mqxk6352arrfszi33kmq394rgmqpf4394f1y7"))))
+ (arguments
+ (list
+ #:import-path "github.com/nwaples/rardecode/v2"))))
+
(define-public go-github-com-pierrec-lz4
(package
(name "go-github-com-pierrec-lz4")
- 12/30: gnu: Add go-github-com-gookit-color., (continued)
- 12/30: gnu: Add go-github-com-gookit-color., guix-commits, 2024/07/03
- 13/30: gnu: Add go-atomicgo-dev-assert., guix-commits, 2024/07/03
- 19/30: gnu: Add go-github-com-errata-ai-ini., guix-commits, 2024/07/03
- 22/30: gnu: Add go-atomicgo-dev-keyboard., guix-commits, 2024/07/03
- 14/30: gnu: Add go-github-com-otiai10-mint., guix-commits, 2024/07/03
- 15/30: gnu: Add go-github-com-otiai10-copy., guix-commits, 2024/07/03
- 17/30: gnu: Add go-github-com-errata-ai-regexp2., guix-commits, 2024/07/03
- 20/30: gnu: Add go-atomicgo-dev-cursor., guix-commits, 2024/07/03
- 21/30: gnu: Add go-atomicgo-dev-schedule., guix-commits, 2024/07/03
- 23/30: gnu: Add go-github-com-marvinjwendt-testza., guix-commits, 2024/07/03
- 26/30: gnu: Add go-github-com-nwaples-rardecode-v2.,
guix-commits <=
- 16/30: gnu: Add go-github-com-neurosnap-sentences., guix-commits, 2024/07/03
- 18/30: gnu: Add go-github-com-jdkato-twine., guix-commits, 2024/07/03
- 28/30: gnu: podman: Fix build., guix-commits, 2024/07/03
- 27/30: gnu: gvisor-tap-vsock: Fix build., guix-commits, 2024/07/03
- 24/30: gnu: Add go-github-com-pterm-pterm., guix-commits, 2024/07/03
- 30/30: gnu: podman: Update to 5.1.1., guix-commits, 2024/07/03
- 29/30: gnu: buildah: Fix build., guix-commits, 2024/07/03
- 25/30: gnu: go-github-com-masterminds-sprig-v3: Update to 3.2.3., guix-commits, 2024/07/03