guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9daa92a9684cffa9e391bd80ab57a6882174c137
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jul 27 23:41:10 2025 +0200

    gnu: notcurses: Update to 3.0.16.
    
    * gnu/packages/notcurses.scm (notcurses): Update to 3.0.16.
    
    Change-Id: I6f5fcc7f4763354cf7fad1350902844f12b36448
---
 gnu/packages/notcurses.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/notcurses.scm b/gnu/packages/notcurses.scm
index 1a8003abbc..e8a1afb125 100644
--- a/gnu/packages/notcurses.scm
+++ b/gnu/packages/notcurses.scm
@@ -2,6 +2,7 @@
 ;;; Copyright © 2021 Blake Shaw <[email protected]>
 ;;; Copyright © 2022 Marius Bakke <[email protected]>
 ;;; Copyright © 2023 Efraim Flashner <[email protected]>
+;;; Copyright © 2025 Andreas Enge <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -37,7 +38,7 @@
 (define-public notcurses
   (package
     (name "notcurses")
-    (version "3.0.11")
+    (version "3.0.16")
     (source
      (origin
        (method url-fetch)
@@ -47,10 +48,10 @@
        ;; to find a way to elide the non-free demos with a source 'snippet'.
        (uri (string-append "https://github.com/dankamongmen/notcurses/releases";
                            "/download/v" version "/notcurses_" version
-                           "+dfsg.1.orig.tar.xz"))
+                           "+dfsg.orig.tar.xz"))
        (file-name (string-append name "-" version ".tar.xz"))
        (sha256
-        (base32 "0v5ccfpgaz7qq3b46a0nn7njmcwz74q9ngrs4yp1i36xph1cn6r9"))))
+        (base32 "074pq81rf4jhlrsq12dv44w840lv3kkibaj612gj5wm79wiw7bgk"))))
     (build-system cmake-build-system)
     (arguments
      `(#:make-flags

Reply via email to