GNU bug report logs -
#72773
[PATCH] gnu: plzip: Update to 1.11.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72773 in the body.
You can then email your comments to 72773 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72773
; Package
guix-patches
.
(Fri, 23 Aug 2024 10:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 23 Aug 2024 10:14:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/compression.scm (plzip): Update to 1.11.
Change-Id: Ia7901bc8b2989b2e63e73869fe851536efeddfef
---
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 7ed8ebe43d..60dc0a4886 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2235,14 +2235,14 @@ (define-public lzlib
(define-public plzip
(package
(name "plzip")
- (version "1.10")
+ (version "1.11")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/lzip/plzip/"
"plzip-" version ".tar.gz"))
(sha256
- (base32 "16408n8z21hfxp0qnx3hh1d0c47g8z9i3vflbgbrmf6qcn1abyj3"))))
+ (base32 "0sv2sp0ppxkdds4qiwb3ddvlv22ydv61n3hk74rkh8ljbkjcpqyq"))))
(build-system gnu-build-system)
(inputs
(list lzlib))
base-commit: ed4e0b48f16530def08862657301178b5cf00a9a
--
2.45.2
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Fri, 23 Aug 2024 14:45:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
bug acknowledged by developer.
(Fri, 23 Aug 2024 14:45:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 72773-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:
> * gnu/packages/compression.scm (plzip): Update to 1.11.
>
> Change-Id: Ia7901bc8b2989b2e63e73869fe851536efeddfef
> ---
> 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 7ed8ebe43d..60dc0a4886 100644
> --- a/gnu/packages/compression.scm
> +++ b/gnu/packages/compression.scm
> @@ -2235,14 +2235,14 @@ (define-public lzlib
> (define-public plzip
> (package
> (name "plzip")
> - (version "1.10")
> + (version "1.11")
> (source
> (origin
> (method url-fetch)
> (uri (string-append "mirror://savannah/lzip/plzip/"
> "plzip-" version ".tar.gz"))
> (sha256
> - (base32 "16408n8z21hfxp0qnx3hh1d0c47g8z9i3vflbgbrmf6qcn1abyj3"))))
> + (base32 "0sv2sp0ppxkdds4qiwb3ddvlv22ydv61n3hk74rkh8ljbkjcpqyq"))))
> (build-system gnu-build-system)
> (inputs
> (list lzlib))
>
> base-commit: ed4e0b48f16530def08862657301178b5cf00a9a
push, and fix cross-compilation.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 21 Sep 2024 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 272 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.