GNU bug report logs -
#76433
[PATCH] gnu: boxes: Update to 2.3.1.
Previous Next
Reported by: Andrew Wong <wongandj <at> icloud.com>
Date: Thu, 20 Feb 2025 07:22:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76433 in the body.
You can then email your comments to 76433 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#76433
; Package
guix-patches
.
(Thu, 20 Feb 2025 07:22:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Wong <wongandj <at> icloud.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 20 Feb 2025 07:22:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/shellutils.scm (boxes): Update to 2.3.1.
[arguments]: Change test target to "utest".
Change-Id: I673df8b670f28f5da13f141c35b96eeb08c40a54
---
gnu/packages/shellutils.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index dc9a51e25f..28c8af8685 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -122,7 +122,7 @@ (define-public ascii
(define-public boxes
(package
(name "boxes")
- (version "2.2.1")
+ (version "2.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -131,10 +131,10 @@ (define-public boxes
(file-name (git-file-name name version))
(sha256
(base32
- "1blni7kjskg6y9ycvhwq3srfvh891xhfnjbh5h2zl0pb5szpllqi"))))
+ "028vg9h3vxz3icy7hmxgyqhn62953h1ls6bxwbhdwhl1lpj5py3n"))))
(build-system gnu-build-system)
(arguments
- `(#:test-target "test"
+ `(#:test-target "utest"
#:make-flags (list (string-append "GLOBALCONF="
(assoc-ref %outputs "out")
"/etc/boxes-config"))
@@ -155,11 +155,11 @@ (define-public boxes
("doc/boxes.1" "share/man/man1/")
("boxes-config" "etc/")))))))))
(native-inputs
- (list bison flex
+ (list bison flex cmocka
;; For the tests.
xxd))
(inputs
- (list libunistring pcre2))
+ (list ncurses libunistring pcre2))
(home-page "https://boxes.thomasjensen.com")
(synopsis "Command line ASCII boxes")
(description
base-commit: 5a897c5c95a81278b044c18d962d3bd83131ba06
--
2.48.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Mon, 10 Mar 2025 13:37:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrew Wong <wongandj <at> icloud.com>
:
bug acknowledged by developer.
(Mon, 10 Mar 2025 13:37:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 76433-done <at> debbugs.gnu.org (full text, mbox):
Andrew Wong <wongandj <at> icloud.com> skribis:
> * gnu/packages/shellutils.scm (boxes): Update to 2.3.1.
> [arguments]: Change test target to "utest".
>
> Change-Id: I673df8b670f28f5da13f141c35b96eeb08c40a54
Applied! I tweaked the commit log to mention input changes.
Thanks,
Ludo'.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 08 Apr 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 70 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.