[PATCH] gnu: notcurses: Update to 3.0.11.

  • Done
  • quality assurance status badge
Details
3 participants
  • kiasoc5
  • Ludovic Courtès
  • Nicolas Graves
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 5 months ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
85ff9ad11eb9e5b2eaa2711f157d02703d37197f.1729128120.git.kiasoc5@disroot.org
* gnu/packages/notcurses.scm (notcurses): Update to 3.0.11.

Change-Id: Ib182956e8f847ee94597ada8b12e8b6acf9de16f
---
gnu/packages/notcurses.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/notcurses.scm b/gnu/packages/notcurses.scm
index d704595de8..1a8003abbc 100644
--- a/gnu/packages/notcurses.scm
+++ b/gnu/packages/notcurses.scm
@@ -37,7 +37,7 @@ (define-module (gnu packages notcurses)
(define-public notcurses
(package
(name "notcurses")
- (version "3.0.9")
+ (version "3.0.11")
(source
(origin
(method url-fetch)
@@ -50,7 +50,7 @@ (define-public notcurses
"+dfsg.1.orig.tar.xz"))
(file-name (string-append name "-" version ".tar.xz"))
(sha256
- (base32 "1sj2m7sil2i3yw73z15947kypsp0rnapwpwanwzam15lbicc8c3y"))))
+ (base32 "0v5ccfpgaz7qq3b46a0nn7njmcwz74q9ngrs4yp1i36xph1cn6r9"))))
(build-system cmake-build-system)
(arguments
`(#:make-flags

base-commit: 8f0d76152a4496960f4c2ec219839c5a48b0568e
--
2.39.5
Nicolas Graves wrote 5 months ago
QA review for 73844
87v7xnat7z.fsf@ngraves.fr
user guix
usertag 73844 + reviewed-looks-good
thanks

Guix QA review form submission:
LGTM

Items marked as checked: Lint warnings, Package builds, Commit messages

--
Best regards,
Nicolas Graves
Ludovic Courtès wrote 5 months ago
Re: [bug#73844] [PATCH] gnu: notcurses: Update to 3.0.11.
(name . kiasoc5)(address . kiasoc5@disroot.org)
87jze1ccs2.fsf@gnu.org
kiasoc5 <kiasoc5@disroot.org> skribis:

Toggle quote (4 lines)
> * gnu/packages/notcurses.scm (notcurses): Update to 3.0.11.
>
> Change-Id: Ib182956e8f847ee94597ada8b12e8b6acf9de16f

Applied, thanks!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73844@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73844
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help