all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Antero Mejr via Guix-patches via <guix-patches@gnu.org>
To: 63061@debbugs.gnu.org
Cc: jgart@dismail.de
Subject: [bug#63061] [PATCH 1/3] gnu: notcurses: Update to 3.0.9.
Date: Tue, 25 Apr 2023 02:06:51 +0000	[thread overview]
Message-ID: <20230425020653.10035-1-antero@mailbox.org> (raw)
In-Reply-To: <87h6t4n2o0.fsf@mailbox.org>

* gnu/packages/notcurses.scm (notcurses): Update to 3.0.9.
---
 gnu/packages/notcurses.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/notcurses.scm b/gnu/packages/notcurses.scm
index bb0086d4b3..591bed23ef 100644
--- a/gnu/packages/notcurses.scm
+++ b/gnu/packages/notcurses.scm
@@ -35,7 +35,7 @@ (define-module (gnu packages notcurses)
 (define-public notcurses
   (package
     (name "notcurses")
-    (version "3.0.8")
+    (version "3.0.9")
     (source
      (origin
        (method url-fetch)
@@ -48,7 +48,7 @@ (define-public notcurses
                            "+dfsg.1.orig.tar.xz"))
        (file-name (string-append name "-" version ".tar.xz"))
        (sha256
-        (base32 "1nz32nqh7fn4i06hvl8ndkm0z4g08a6wzhilvv8ggx2hc5axsz89"))))
+        (base32 "1sj2m7sil2i3yw73z15947kypsp0rnapwpwanwzam15lbicc8c3y"))))
     (build-system cmake-build-system)
     (arguments
      `(#:make-flags
-- 
2.39.2





  reply	other threads:[~2023-04-25  2:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25  1:58 [bug#63061] [PATCH] Add s7 Antero Mejr via Guix-patches via
2023-04-25  2:06 ` Antero Mejr via Guix-patches via [this message]
2023-04-25  2:06   ` [bug#63061] [PATCH 2/3] gnu: Add s7-bootstrap Antero Mejr via Guix-patches via
2023-04-25  2:06   ` [bug#63061] [PATCH 3/3] gnu: Add s7 Antero Mejr via Guix-patches via
2023-06-03  8:43 ` bug#63061: [PATCH] " 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230425020653.10035-1-antero@mailbox.org \
    --to=guix-patches@gnu.org \
    --cc=63061@debbugs.gnu.org \
    --cc=antero@mailbox.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.