--- Begin Message ---
Subject: |
[PATCH gnome-team] gnu: libarchive: Update to 3.7.2. |
Date: |
Thu, 12 Oct 2023 12:57:56 +0200 |
* gnu/packages/backup.scm (libarchive): Update to 3.7.2.
---
gnu/packages/backup.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 12c4a45b9d..9e679dd27f 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -239,7 +239,7 @@ (define-public hdup
(define-public libarchive
(package
(name "libarchive")
- (version "3.6.1")
+ (version "3.7.2")
(source
(origin
(method url-fetch)
@@ -250,7 +250,7 @@ (define-public libarchive
version ".tar.xz")))
(sha256
(base32
- "1rj8q5v26lxxr8x4b4nqbrj7p06qvl91hb8cdxi3xx3qp771lhas"))))
+ "1jqs4ldqcc94zcymjq52cyf83r0sfjnh5picd10njyviwrhpcd84"))))
(build-system gnu-build-system)
(inputs
(list bzip2
base-commit: b701a7018d94aebef6a967ec235c72c1f7cdfe5c
--
2.41.0
--- End Message ---
--- Begin Message ---
Subject: |
Re: bug#66486: [PATCH gnome-team] gnu: libarchive: Update to 3.7.2. |
Date: |
Tue, 12 Nov 2024 21:13:01 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hi,
>
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>
>> Am Donnerstag, dem 12.10.2023 um 10:22 -0400 schrieb Maxim Cournoyer:
>>> Hi,
>>>
>>> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
>>>
>>> > * gnu/packages/backup.scm (libarchive): Update to 3.7.2.
>>>
>>> LGTM, but I guess you are mostly interested to get insights from QA?
>>> :-)
>> Hahaha, yeah, that's a core-updates style world rebuild.
>> (Could also go to core-updates rather than gnome-team now that I think
>> of it.)
>
> Feel free to push it to core-updates if it reduces the scope of the
> gnome-team branch.
Not a clean update equivalent yet, but we have a 3.7.7 grafted
libarchive on master.
Closing.
--
Thanks,
Maxim
--- End Message ---