* [bug#63705] [PATCH 0/2] Update cabextract.
@ 2023-05-24 18:12 Greg Hogan
2023-05-24 18:14 ` [bug#63705] [PATCH 1/2] gnu: libmspack: Update to 0.11 Greg Hogan
2023-07-01 21:21 ` bug#63705: [PATCH 0/2] Update cabextract Ludovic Courtès
0 siblings, 2 replies; 4+ messages in thread
From: Greg Hogan @ 2023-05-24 18:12 UTC (permalink / raw)
To: 63705; +Cc: Greg Hogan
Greg Hogan (2):
gnu: libmspack: Update to 0.11.
gnu: cabextract: Update to 1.11.
gnu/packages/compression.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
2.40.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#63705] [PATCH 1/2] gnu: libmspack: Update to 0.11.
2023-05-24 18:12 [bug#63705] [PATCH 0/2] Update cabextract Greg Hogan
@ 2023-05-24 18:14 ` Greg Hogan
2023-05-24 18:14 ` [bug#63705] [PATCH 2/2] gnu: cabextract: Update to 1.11 Greg Hogan
2023-07-01 21:21 ` bug#63705: [PATCH 0/2] Update cabextract Ludovic Courtès
1 sibling, 1 reply; 4+ messages in thread
From: Greg Hogan @ 2023-05-24 18:14 UTC (permalink / raw)
To: 63705; +Cc: Greg Hogan
* gnu/packages/compression.scm (libmspack): Update to 0.11.
---
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 8a8b94c07b..29c5b467bb 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -809,13 +809,13 @@ (define-public libmspack
(package
(name "libmspack")
(home-page "https://cabextract.org.uk/libmspack/")
- (version "0.10.1")
+ (version "0.11")
(source
(origin
(method url-fetch)
(uri (string-append home-page name "-" version "alpha.tar.gz"))
(sha256
- (base32 "13janaqsvm7aqc4agjgd4819pbgqv50j88bh5kci1z70wvg65j5s"))))
+ (base32 "06x2xq73lchw5lcq386sx9wk05v21s2f38bi3dwkdk5fy2r1zpbh"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#63705] [PATCH 2/2] gnu: cabextract: Update to 1.11.
2023-05-24 18:14 ` [bug#63705] [PATCH 1/2] gnu: libmspack: Update to 0.11 Greg Hogan
@ 2023-05-24 18:14 ` Greg Hogan
0 siblings, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2023-05-24 18:14 UTC (permalink / raw)
To: 63705; +Cc: Greg Hogan
* gnu/packages/compression.scm (cabextract): Update to 1.11.
---
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 29c5b467bb..b91db62e6c 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1063,13 +1063,13 @@ (define-public cabextract
(package
(name "cabextract")
(home-page "https://cabextract.org.uk/")
- (version "1.9.1")
+ (version "1.11")
(source (origin
(method url-fetch)
(uri (string-append home-page "cabextract-" version ".tar.gz"))
(sha256
(base32
- "19qwhl2r8ip95q4vxzxg2kp4p125hjmc9762sns1dwwf7ikm7hmg"))
+ "1iis7a19n26dax3gsnrw9kb0vwq46rbpicnlyf7p2k2y2nqnsm5m"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#63705: [PATCH 0/2] Update cabextract.
2023-05-24 18:12 [bug#63705] [PATCH 0/2] Update cabextract Greg Hogan
2023-05-24 18:14 ` [bug#63705] [PATCH 1/2] gnu: libmspack: Update to 0.11 Greg Hogan
@ 2023-07-01 21:21 ` Ludovic Courtès
1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2023-07-01 21:21 UTC (permalink / raw)
To: Greg Hogan; +Cc: 63705-done
Greg Hogan <code@greghogan.com> skribis:
> gnu: libmspack: Update to 0.11.
> gnu: cabextract: Update to 1.11.
Hi! Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-07-01 21:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-24 18:12 [bug#63705] [PATCH 0/2] Update cabextract Greg Hogan
2023-05-24 18:14 ` [bug#63705] [PATCH 1/2] gnu: libmspack: Update to 0.11 Greg Hogan
2023-05-24 18:14 ` [bug#63705] [PATCH 2/2] gnu: cabextract: Update to 1.11 Greg Hogan
2023-07-01 21:21 ` bug#63705: [PATCH 0/2] Update cabextract Ludovic Courtès
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).