guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: notcurses: Update to 3.0.9.


From: guix-commits
Subject: 01/03: gnu: notcurses: Update to 3.0.9.
Date: Sat, 3 Jun 2023 04:41:14 -0400 (EDT)

iyzsong pushed a commit to branch master
in repository guix.

commit f2f8e2fa2fdc3e144c89212a28b1a97db34cf28a
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Tue Apr 25 02:06:51 2023 +0000

    gnu: notcurses: Update to 3.0.9.
    
    * gnu/packages/notcurses.scm (notcurses): Update to 3.0.9.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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-public notcurses
   (package
     (name "notcurses")
-    (version "3.0.8")
+    (version "3.0.9")
     (source
      (origin
        (method url-fetch)
@@ -48,7 +48,7 @@
                            "+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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]