mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: notcurses: Update to 3.0.11.
* gnu/packages/notcurses.scm (notcurses): Update to 3.0.11. Change-Id: Ib182956e8f847ee94597ada8b12e8b6acf9de16f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
82bfac0a66
commit
42612e3bdf
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
(define-public notcurses
|
||||
(package
|
||||
(name "notcurses")
|
||||
(version "3.0.9")
|
||||
(version "3.0.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"+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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue