guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: notcurses: Update to 3.0.8.


From: guix-commits
Subject: 09/11: gnu: notcurses: Update to 3.0.8.
Date: Thu, 4 Aug 2022 06:41:17 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5d7cb47d5f3e608074ac2e89a42e72ede13f5b26
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 4 11:24:31 2022 +0200

    gnu: notcurses: Update to 3.0.8.
    
    * gnu/packages/notcurses.scm (notcurses): Update to 3.0.8.
    [arguments]: Fix configure flag typo.
---
 gnu/packages/notcurses.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/notcurses.scm b/gnu/packages/notcurses.scm
index 9da298dce8..28747a864e 100644
--- a/gnu/packages/notcurses.scm
+++ b/gnu/packages/notcurses.scm
@@ -34,7 +34,7 @@
 (define-public notcurses
   (package
    (name "notcurses")
-   (version "3.0.0")
+   (version "3.0.8")
    (source
     (origin
      (method git-fetch)
@@ -43,7 +43,7 @@
            (commit (string-append "v" version))))
      (file-name (git-file-name name version))
          (sha256
-          (base32 "1y9s77m1pp6syfml559d8dvif61y6zjldrdx1zri18q9sr0zqm9m"))))
+          (base32 "05dxv0745kzna2zylvsb3rlwcrlpyc5xsdcflbrdc34ab29mc8z5"))))
       (build-system cmake-build-system)
       (arguments
        `(#:make-flags
@@ -59,7 +59,7 @@
            ;; Use FFmpeg for multimedia support
            "-DUSE_MULTIMEDIA=ffmpeg"
            ;; Follow the Debian Free Software Guidelines, omitting nonfree 
content.
-           "-DFSG_BUILD=ON")))
+           "-DDFSG_BUILD=ON")))
       (native-inputs
        (list pkg-config
              pandoc



reply via email to

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