[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/22: gnu: ncurses: Update to 6.2.
From: |
guix-commits |
Subject: |
17/22: gnu: ncurses: Update to 6.2. |
Date: |
Sat, 15 Feb 2020 16:09:05 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 717c433c46e8e9fc77b796e485092e2cccee336a
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Feb 14 16:00:38 2020 +0100
gnu: ncurses: Update to 6.2.
* gnu/packages/ncurses.scm (ncurses): Update to 6.2.
[arguments]: Remove phase "apply-rollup-patch".
[native-inputs]: Remove "rollup-patch" input.
---
gnu/packages/ncurses.scm | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm
index 75ad492..12e16b2 100644
--- a/gnu/packages/ncurses.scm
+++ b/gnu/packages/ncurses.scm
@@ -40,7 +40,7 @@
(define-public ncurses
(package
(name "ncurses")
- (version "6.1-20190609")
+ (version "6.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/ncurses/ncurses-"
@@ -48,7 +48,7 @@
".tar.gz"))
(sha256
(base32
- "05qdmbmrrn88ii9f66rkcmcyzp1kb1ymkx7g040lfkd1nkp7w1da"))))
+ "17bcm2z1rdx5gmzj5fb8cp7f28aw5b4g2z4qvvqg3yg0fq66wc1h"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1 MiB of man pages
@@ -188,8 +188,6 @@
,@(if (target-mingw?) '("--enable-term-driver") '()))))
#:tests? #f ; no "check" target
#:phases (modify-phases %standard-phases
- (add-after 'unpack 'apply-rollup-patch
- ,apply-rollup-patch-phase)
(replace 'configure ,configure-phase)
(add-after 'install 'post-install
,post-install-phase)
@@ -201,18 +199,6 @@
`(,@(if (%current-target-system)
`(("self" ,this-package)) ;for `tic'
'())
-
- ("rollup-patch"
- ,(origin
- (method url-fetch)
- (uri (string-append
- "https://invisible-mirror.net/archives/ncurses/"
- (car (string-split version #\-))
- "/ncurses-" version "-patch.sh.bz2"))
- (sha256
- (base32
- "0hqlqdqmh7lfs6dwj763qksb4j9nk0pv6crzx5gnp6n4caz3i46g"))))
-
("pkg-config" ,pkg-config)))
(native-search-paths
(list (search-path-specification
- 04/22: gnu: linux-libre-headers: Update to 5.4.20., (continued)
- 04/22: gnu: linux-libre-headers: Update to 5.4.20., guix-commits, 2020/02/15
- 05/22: gnu: dnsmasq: Fix build with linux-libre-headers >= 5.2., guix-commits, 2020/02/15
- 06/22: gnu: binutils: Update to 2.34., guix-commits, 2020/02/15
- 09/22: gnu: libfaketime: Fix build with glibc 2.31., guix-commits, 2020/02/15
- 11/22: gnu: isl: Move the static library to a separate output., guix-commits, 2020/02/15
- 12/22: gnu: python2-more-itertools: Do not depend on 'python2-minimal'., guix-commits, 2020/02/15
- 13/22: gnu: OpenBLAS: Update to 0.3.8., guix-commits, 2020/02/15
- 08/22: gnu: glibc: Update to 2.31., guix-commits, 2020/02/15
- 15/22: gnu: mit-krb5: Update to 1.18., guix-commits, 2020/02/15
- 16/22: gnu: bison: Update to 3.5.2., guix-commits, 2020/02/15
- 17/22: gnu: ncurses: Update to 6.2.,
guix-commits <=
- 07/22: gnu: ath9k-htc-firmware: Build with binutils@2.33.1., guix-commits, 2020/02/15
- 10/22: gnu: telepathy-glib: Fix test failure., guix-commits, 2020/02/15
- 14/22: gnu: libgpg-error: Update to 1.37., guix-commits, 2020/02/15
- 20/22: gnu: CMake: Update to 3.16.4., guix-commits, 2020/02/15
- 18/22: gnu: CMake: Do not use source files from system libarchive., guix-commits, 2020/02/15
- 21/22: gnu: readline: Update to 8.0.4., guix-commits, 2020/02/15
- 22/22: gnu: bash: Update to 5.0.16., guix-commits, 2020/02/15
- 19/22: gnu: libarchive: Update to 3.4.2., guix-commits, 2020/02/15