diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-05-15 22:50:48 -0700 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-18 10:40:39 +0200 |
| commit | 386580ccf0127c3fbb24ea4da0bf5703ed493764 (patch) | |
| tree | 679778b0ec70691fd1b02a80f9ce6fc03d933ca4 | |
| parent | 31da3ba9c230578d981bee25fd1834a90156c01c (diff) | |
gnu: ncurses: Update to 6.6.20251230.
FIXME: When the core-packages-team branch is rebased this should be squashed
into:
2b78cc77a6a1e1cd4e5c7c9034b64f8d7e76e98e gnu: ncurses: Update to 6.6.20260103.
2b78cc77 included a the patch date in the revision without applying the
corresponding patches... 6.6 with no patches applied could be versioned
6.6.20251230 (as it is effectively the same as 6.5 with the 20251230 patch
applied ... or we could just call it 6.6.0 because the version functions to
download the upstream version assume a third digit and effectively throw it
out ... which we could not do only to change it back again for the next patch
update ... yes, it is confusing... are you still following all this? :)
* gnu/packages/ncurses.scm (ncurses): Update to 6.6.20251230.
| -rw-r--r-- | gnu/packages/ncurses.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ncurses.scm b/gnu/packages/ncurses.scm index efeb6272ee8..2ece203f150 100644 --- a/gnu/packages/ncurses.scm +++ b/gnu/packages/ncurses.scm | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | (define-public ncurses | 45 | (define-public ncurses |
| 46 | (package | 46 | (package |
| 47 | (name "ncurses") | 47 | (name "ncurses") |
| 48 | (version "6.6.20260103") | 48 | (version "6.6.20251230") |
| 49 | (source (origin | 49 | (source (origin |
| 50 | (method url-fetch) | 50 | (method url-fetch) |
| 51 | (uri (string-append "mirror://gnu/ncurses/ncurses-" | 51 | (uri (string-append "mirror://gnu/ncurses/ncurses-" |
