GNU bug report logs -
#71131
[PATCH] gnu: bvi: Update to 1.4.2.
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 71131 in the body.
You can then email your comments to 71131 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#71131
; Package
guix-patches
.
(Wed, 22 May 2024 21:02:02 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
.
(Wed, 22 May 2024 21:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/hexedit.scm (bvi): Update to 1.4.2.
Change-Id: I9ac29adb8707f6daf61f397778a1f94b94f808ae
---
gnu/packages/hexedit.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm
index 79c14a2996..668699a28c 100644
--- a/gnu/packages/hexedit.scm
+++ b/gnu/packages/hexedit.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2017 Gábor Boskovits <boskovits <at> gmail.com>
;;; Copyright © 2018, 2020, 2022 Tobias Geerinckx-Rice <me <at> tobias.gr>
;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -96,7 +97,7 @@ (define-public ht
(define-public bvi
(package
(name "bvi")
- (version "1.4.1")
+ (version "1.4.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -104,7 +105,7 @@ (define-public bvi
"/bvi-" version ".src.tar.gz"))
(sha256
(base32
- "0a0yl0dcyff31k3dr4dpgqmlwygp8iaslnr5gmb6814ylxf2ad9h"))))
+ "1wllrvs8r8bdm11sx01095j8cj4drjmw0dlkjfdkm5lnnk11dfjb"))))
(build-system gnu-build-system)
(arguments '(#:tests? #f)) ; no check target
(inputs
base-commit: 3597c736588c45efde3c22d533ea8774c3fdd235
--
2.41.0
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Thu, 23 May 2024 05:35:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 23 May 2024 05:35:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 71131-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/hexedit.scm (bvi): Update to 1.4.2.
>
> Change-Id: I9ac29adb8707f6daf61f397778a1f94b94f808ae
> ---
> gnu/packages/hexedit.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm
> index 79c14a2996..668699a28c 100644
> --- a/gnu/packages/hexedit.scm
> +++ b/gnu/packages/hexedit.scm
> @@ -3,6 +3,7 @@
> ;;; Copyright © 2017 Gábor Boskovits <boskovits <at> gmail.com>
> ;;; Copyright © 2018, 2020, 2022 Tobias Geerinckx-Rice <me <at> tobias.gr>
> ;;; Copyright © 2020 Jakub Kądziołka <kuba <at> kadziolka.net>
> +;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -96,7 +97,7 @@ (define-public ht
> (define-public bvi
> (package
> (name "bvi")
> - (version "1.4.1")
> + (version "1.4.2")
> (source (origin
> (method url-fetch)
> (uri (string-append
> @@ -104,7 +105,7 @@ (define-public bvi
> "/bvi-" version ".src.tar.gz"))
> (sha256
> (base32
> - "0a0yl0dcyff31k3dr4dpgqmlwygp8iaslnr5gmb6814ylxf2ad9h"))))
> + "1wllrvs8r8bdm11sx01095j8cj4drjmw0dlkjfdkm5lnnk11dfjb"))))
> (build-system gnu-build-system)
> (arguments '(#:tests? #f)) ; no check target
> (inputs
>
> base-commit: 3597c736588c45efde3c22d533ea8774c3fdd235
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=90514e3c1d9c9e9edf9597475741c43e6a41fecc
[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
.
(Thu, 20 Jun 2024 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 79 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.