GNU bug report logs -
#71131
[PATCH] gnu: bvi: Update to 1.4.2.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#71131: [PATCH] gnu: bvi: Update to 1.4.2.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 71131 <at> debbugs.gnu.org.
--
71131: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71131
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
* 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
This bug report was last modified 1 year and 80 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.