* [bug#46276] [PATCH] gnu: lzip: Update to 1.22.
@ 2021-02-03 22:50 Antoine Côté
2021-02-03 22:50 ` [bug#46275] [PATCH] gnu: tarlz: Update to 0.19 Antoine Côté
2021-02-04 17:28 ` bug#46276: [PATCH] gnu: lzip: Update to 1.22 Guillaume Le Vaillant
0 siblings, 2 replies; 4+ messages in thread
From: Antoine Côté @ 2021-02-03 22:50 UTC (permalink / raw)
To: 46276; +Cc: Antoine Côté
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1331 bytes --]
* gnu/packages/compression.scm (lzip): Update to 1.22.
---
gnu/packages/compression.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 4aa3665fe8..87098e6ed2 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -29,6 +29,7 @@
;;; Copyright © 2020 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2020 Lars-Dominik Braun <lars@6xq.net>
;;; Copyright © 2020 Guillaume Le Vaillant <glv@posteo.net>
+;;; Copyright © 2021 Antoine Côté <antoine.cote@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -600,14 +601,14 @@ some compression ratio).")
(define-public lzip
(package
(name "lzip")
- (version "1.21")
+ (version "1.22")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/lzip-"
version ".tar.gz"))
(sha256
(base32
- "12qdcw5k1cx77brv9yxi1h4dzwibhfmdpigrj43nfk8nscwm12z4"))))
+ "0j59hx72258334rmkwn57ahr6s69nlrx0a5ip1jw2fbiwr12sd63"))))
(build-system gnu-build-system)
(home-page "https://www.nongnu.org/lzip/lzip.html")
(synopsis "Lossless data compressor based on the LZMA algorithm")
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#46275] [PATCH] gnu: tarlz: Update to 0.19.
2021-02-03 22:50 [bug#46276] [PATCH] gnu: lzip: Update to 1.22 Antoine Côté
@ 2021-02-03 22:50 ` Antoine Côté
2021-02-04 13:39 ` bug#46275: " Guillaume Le Vaillant
2021-02-04 17:28 ` bug#46276: [PATCH] gnu: lzip: Update to 1.22 Guillaume Le Vaillant
1 sibling, 1 reply; 4+ messages in thread
From: Antoine Côté @ 2021-02-03 22:50 UTC (permalink / raw)
To: 46275; +Cc: Antoine Côté
* gnu/packages/compression.scm (tarlz): Update to 0.19.
---
gnu/packages/compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 87098e6ed2..d22a49d16b 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2328,14 +2328,14 @@ to their original, binary CD format.")
(define-public tarlz
(package
(name "tarlz")
- (version "0.17")
+ (version "0.19")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/tarlz/"
"tarlz-" version ".tar.lz"))
(sha256
- (base32 "0gpdm6z9pdr5bn31kxg73wm686hhpb5pdf5782pbl5a4xqqhqj90"))))
+ (base32 "09xal55973ivzpaja93jcc1pfla8gb3vrk8dx7pj9qvvz5aynf9n"))))
(build-system gnu-build-system)
(native-inputs
`(("lzip" ,lzip)))
--
2.29.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#46275: [PATCH] gnu: tarlz: Update to 0.19.
2021-02-03 22:50 ` [bug#46275] [PATCH] gnu: tarlz: Update to 0.19 Antoine Côté
@ 2021-02-04 13:39 ` Guillaume Le Vaillant
0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-04 13:39 UTC (permalink / raw)
To: Antoine Côté; +Cc: 46275-done
[-- Attachment #1: Type: text/plain, Size: 66 bytes --]
Patch pushed as e7195e83c85a83131c0981bae2b6e5613669ebd1.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#46276: [PATCH] gnu: lzip: Update to 1.22.
2021-02-03 22:50 [bug#46276] [PATCH] gnu: lzip: Update to 1.22 Antoine Côté
2021-02-03 22:50 ` [bug#46275] [PATCH] gnu: tarlz: Update to 0.19 Antoine Côté
@ 2021-02-04 17:28 ` Guillaume Le Vaillant
1 sibling, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2021-02-04 17:28 UTC (permalink / raw)
To: Antoine Côté; +Cc: 46276-done
[-- Attachment #1: Type: text/plain, Size: 159 bytes --]
Given that updating lzip rebuilds more than 10000 packages, I pushed the
patch on the core-updates branch as
ab8a175f908ad3e83409eed4c1473d86ab1a8ce0.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-02-04 18:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-03 22:50 [bug#46276] [PATCH] gnu: lzip: Update to 1.22 Antoine Côté
2021-02-03 22:50 ` [bug#46275] [PATCH] gnu: tarlz: Update to 0.19 Antoine Côté
2021-02-04 13:39 ` bug#46275: " Guillaume Le Vaillant
2021-02-04 17:28 ` bug#46276: [PATCH] gnu: lzip: Update to 1.22 Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).