Commit graph

107293 commits

Author SHA1 Message Date
Leo Famulari 4c12321466
gnu: Remove Glimpse.
This package no longer builds and is abandoned upstream:

https://glimpse-editor.org/posts/a-project-on-hiatus/

* gnu/packages/gimp.scm (gegl-for-glimpse, glimpse): Remove variables.
2023-01-03 12:07:46 -05:00
Leo Famulari cfce55bf4f
gnu: Add linux-libre 6.1.
* gnu/packages/linux.scm (linux-libre-6.1-version, linux-libre-6.1-gnu-revision,
deblob-scripts-6.1, linux-libre-6.1-source, linux-libre-headers-6.1,
linux-libre-6.1): New variables.
* gnu/packages/aux-files/linux-libre/6.1-arm.conf,
gnu/packages/aux-files/linux-libre/6.1-arm64.conf,
gnu/packages/aux-files/linux-libre/6.1-i686.conf,
gnu/packages/aux-files/linux-libre/6.1-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Add them.
2023-01-03 12:07:46 -05:00
Ricardo Wurmus cad1789b3e
gnu: Add python-bcbio-gff.
* gnu/packages/bioinformatics.scm (python-bcbio-gff): New variable.
2023-01-03 15:43:25 +01:00
Marius Bakke 71ee1fbbed
gnu: flyer-composer: Don't depend on QtWebKit.
* gnu/packages/pdf.scm (flyer-composer)[inputs]: Change from PYTHON-PYQT to
PYTHON-PYQT-WITHOUT-QTWEBKIT.
2023-01-03 15:33:13 +01:00
Marius Bakke 3eec6dd215
gnu: frescobaldi: Don't depend on QtWebKit.
* gnu/packages/music.scm (frescobaldi)[inputs]: Change from PYTHON-PYQT to
PYTHON-PYQT-WITHOUT-QTWEBKIT.
2023-01-03 15:33:13 +01:00
Marius Bakke cdf98d19da
gnu: veusz: Don't depend on QtWebKit.
* gnu/packages/maths.scm (veusz)[inputs]: Change from PYTHON-PYQT to
PYTHON-PYQT-WITHOUT-QTWEBKIT.
[arguments]: Use SEARCH-INPUT-DIRECTORY instead of label.
2023-01-03 15:33:13 +01:00
Marius Bakke a3aff55ed4
gnu: kajongg: Add missing input.
* gnu/packages/kde-games.scm (kajongg)[inputs]: Add PYTHON-QTPY.  While here,
use PYTHON-PYQT-WITHOUT-QTWEBKIT instead of PYTHON-PYQT.
2023-01-03 15:33:13 +01:00
Marius Bakke bff36b5f02
gnu: toutenclic: Remove defunct source URI.
* gnu/packages/education.scm (toutenclic)[source](uri): Remove URI that serves
an error page.
2023-01-03 15:33:13 +01:00
Ludovic Courtès 473692b812
refresh: Always return an <update-spec> for each command-line option.
This fixes a regression introduced in
8aeccc6240 whereby packages specified via
-e, -r, or -m, as well as packages *not* specified on the command line,
would all lead to a wrong-type error.

Reported by Ricardo Wurmus <rekado@elephly.net> at
<https://lists.gnu.org/archive/html/guix-devel/2022-12/msg00311.html>.

* guix/scripts/refresh.scm (<update-spec>): Move above.  Rename
constructor to '%update-spec' and add separate 'update-spec' procedure
with optional #:version parameter.
(options->update-specs): Always return a list of <update-spec> and
update docstring accordingly.  Rename 'args-packages' to 'update-specs'
and ensure it's a list of <update-spec>; handle 'manifest' arguments
here.
2023-01-03 12:25:48 +01:00
Ludovic Courtès 11235dd85a
refresh: Honor user-provided target version and report downgrades.
Previously, 'guix refresh guile=3.0.0' would print:

  3.0.8 is already the latest version of guile

With this change, it prints:

  guile would be downgraded from 3.0.8 to 3.0.0

This is a followup to 8aeccc6240.

* guix/scripts/refresh.scm (check-for-package-update): Take an
<update-spec> instead of a <package>.  Report downgrades as such when
UPDATE-SPEC specifies a target version.
(guix-refresh): Adjust caller.
2023-01-03 12:25:48 +01:00
Ludovic Courtès a330bfdf5b
upstream: Allow downgrades.
Previously, 'guix refresh -u guile=3.0.0' would do nothing.  With this
change, it actually downgrades 'guile'.

This is a followup to 8aeccc6240.

* guix/upstream.scm (package-update): Ignore 'version>?' check
when #:version is passed.  Warn about downgrades.
2023-01-03 12:25:48 +01:00
Ludovic Courtès c6ac47afdf
ui: It's 2023 now!
* guix/ui.scm (show-version-and-exit): Change year to 2023.
2023-01-03 12:25:48 +01:00
Hilton Chain 3354ca5970
gnu: emacs-vterm: Update to 0.0.2.
* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-03 11:37:48 +08:00
Akib Azmain Turja 8cebb78bba
gnu: Add aspell-dict-bn.
* gnu/packages/aspell.scm (aspell-dict-bn): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-01-03 09:32:02 +08:00
Leo Famulari 423e226ae6
gnu: linux-libre 5.15: Update to 5.15.86.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.86.
(linux-libre-5.15-pristine-source): Update hash.
2023-01-02 16:39:53 -05:00
Leo Famulari 927db0ee69
gnu: linux-libre: Update to 6.0.16.
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.16.
(linux-libre-6.0-pristine-source): Update hash.
2023-01-02 16:39:49 -05:00
Ricardo Wurmus e06c150662
gnu: python-numcodecs: Do not use python-typing-extensions-next.
* gnu/packages/python-xyz.scm (python-numcodecs)[propagated-inputs]: Replace
python-typing-extensions-next with python-typing-extensions.
2023-01-02 22:15:57 +01:00
Maxim Cournoyer f84f676404
gnu: Add python-docx.
* gnu/packages/python-xyz.scm (python-docx): New variable.
2023-01-02 15:01:34 -05:00
Brian Kubisiak 7efcf36e3b
gnu: prusa-slicer: Fix segfault on startup.
* gnu/packages/engineering.scm (prusa-slicer)[inputs]: Change from
  wxwidgets to wxwidgets-3.0.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-01-02 16:07:48 +01:00
André A. Gomes f87bc05de1
Add cl-history-tree.
* gnu/packages/lisp-xyz.scm (sbcl-history-tree, cl-history-tree,
  ecl-history-tree): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-01-02 15:56:49 +01:00
Trevor Richards 8aa104752c
gnu: Add sbcl-stumpwm-battery-portable.
* gnu/packages/wm.scm (sbcl-stumpwm-battery-portable): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-01-02 15:50:20 +01:00
Ricardo Wurmus 8156216b4a
gnu: r-purrr: Update to 1.0.0.
* gnu/packages/statistics.scm (r-purrr): Update to 1.0.0.
[propagated-inputs]: Add r-cli, r-lifecycle, and r-vctrs.
2023-01-02 15:01:43 +01:00
Ricardo Wurmus 0034f4f25c
gnu: r-rsqlite: Update to 2.2.20.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.20.
2023-01-02 15:01:43 +01:00
Ricardo Wurmus b09ff0fbc6
gnu: r-locfit: Update to 1.5-9.7.
* gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.7.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus 6abdb707d1
gnu: r-highr: Update to 0.10.
* gnu/packages/statistics.scm (r-highr): Update to 0.10.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus 9817e4adac
gnu: r-formatr: Update to 1.13.
* gnu/packages/statistics.scm (r-formatr): Update to 1.13.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus c4922c9315
gnu: r-keras: Update to 2.11.0.
* gnu/packages/cran.scm (r-keras): Update to 2.11.0.
[propagated-inputs]: Remove r-ellipsis.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus 6f1dcea25a
gnu: r-tensorflow: Update to 2.11.0.
* gnu/packages/cran.scm (r-tensorflow): Update to 2.11.0.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus d715d7fc2d
gnu: r-mlr3tuning: Update to 0.17.2.
* gnu/packages/cran.scm (r-mlr3tuning): Update to 0.17.2.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus 63d953e745
gnu: r-tidytext: Update to 0.4.0.
* gnu/packages/cran.scm (r-tidytext): Update to 0.4.0.
[propagated-inputs]: Remove r-hunspell; add r-cli.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus dbe91e3180
gnu: r-tokenizers: Update to 0.3.0.
* gnu/packages/cran.scm (r-tokenizers): Update to 0.3.0.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus 9b37446fdd
gnu: r-flexsurv: Update to 2.2.1.
* gnu/packages/cran.scm (r-flexsurv): Update to 2.2.1.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus f5ba03be6d
gnu: r-gaston: Update to 1.5.9.
* gnu/packages/cran.scm (r-gaston): Update to 1.5.9.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus c8def63b5e
gnu: r-isoband: Update to 0.2.7.
* gnu/packages/cran.scm (r-isoband): Update to 0.2.7.
2023-01-02 15:01:42 +01:00
Ricardo Wurmus 2ab2047299
gnu: r-bdgraph: Update to 2.72.
* gnu/packages/cran.scm (r-bdgraph): Update to 2.72.
2023-01-02 15:01:41 +01:00
Ricardo Wurmus d1fe4b1d50
gnu: r-yulab-utils: Update to 0.0.6.
* gnu/packages/cran.scm (r-yulab-utils): Update to 0.0.6.
2023-01-02 15:01:41 +01:00
Ricardo Wurmus 195848407a
gnu: r-officer: Update to 0.5.0.
* gnu/packages/cran.scm (r-officer): Update to 0.5.0.
2023-01-02 15:01:41 +01:00
Ricardo Wurmus 96fb8ece2e
gnu: r-xfun: Update to 0.36.
* gnu/packages/cran.scm (r-xfun): Update to 0.36.
2023-01-02 15:01:41 +01:00
Ricardo Wurmus 7d79ba90ba
gnu: r-cli: Update to 3.5.0.
* gnu/packages/cran.scm (r-cli): Update to 3.5.0.
2023-01-02 15:01:41 +01:00
Ricardo Wurmus 95ed402cab
gnu: r-gower: Update to 1.0.1.
* gnu/packages/cran.scm (r-gower): Update to 1.0.1.
2023-01-02 15:01:41 +01:00
Ricardo Wurmus 9ecc7216c4
gnu: r-energy: Update to 1.7-11.
* gnu/packages/cran.scm (r-energy): Update to 1.7-11.
2023-01-02 15:01:41 +01:00
Ricardo Wurmus b45d08641b
gnu: r-rcppde: Update to 0.1.7.
* gnu/packages/cran.scm (r-rcppde): Update to 0.1.7.
2023-01-02 15:01:41 +01:00
Efraim Flashner 9a19d85f1e
gnu: onedrive: Update to 2.4.22.
* gnu/packages/sync.scm (onedrive): Update to 2.4.22.
[arguments]: Adjust 'link-to-external-libraries phase to not clear the
linker. Adjust 'adjust-makefile phase to not force adding libraries to
the rpath.
2023-01-02 15:04:56 +02:00
Efraim Flashner ebe7fbdc69
gnu: gtkd: Remove input labels.
* gnu/packages/dlang.scm (gtkd)[native-inputs]: Remove input labels.
2023-01-02 15:04:55 +02:00
Efraim Flashner 08d5e9cf22
gnu: gtkd: Remove trailing #t from phases.
* gnu/packages/dlang.scm (gtkd)[arguments]: Remove trailing #t from
phases.
2023-01-02 15:04:55 +02:00
Efraim Flashner 4eddc221b3
gnu: gtkd: Update to 3.10.0.
* gnu/packages/dlang.scm (gtkd): Update to 3.10.0.
[arguments]: Rename 'prepare-x phase to 'pre-check, set CC for the
tests.
2023-01-02 15:04:55 +02:00
Efraim Flashner 80ef8ff7ed
gnu: ldc: Update to 1.30.0.
* gnu/packages/dlang.scm (ldc-bootstrap): Update to 1.30.0.
[native-inputs]: Remove ld-gold-wrapper, Add lld-wrapper with lld-11.
(ldc)[arguments]: Adjust 'fix-compiler-rt-library-discovery phase to
change the order of linked libraries. Adjust 'disable-problematic-tests
phase to work around more GDB tests. Adjust custom 'check phase for race
condition in one of the tests.
2023-01-02 15:04:55 +02:00
Efraim Flashner d46d958ae7
gnu: Add lld-11.
* gnu/packages/llvm.scm (lld-11): New variable.
2023-01-02 15:04:51 +02:00
Ricardo Wurmus f1d71d31d3
gnu: mumi: Update to 0.0.5-1.b2a8280.
* gnu/packages/mail.scm (mumi): Update to 0.0.5-1.b2a8280.
2023-01-02 12:14:55 +01:00
Hartmut Goebel d7a9d72bb0
tests: Fix gnu-maintenance tests.
The regression was introduce with commit
a274a6a1ac ("upstream-updater: Rename record
field.")

* tests/tests/gnu-maintenance.scm: ("latest-html-release, scheme-less URIs",
  "latest-html-release, no signature", "latest-html-release, signature"):
  Replace upstream-updater-latest by upstream-updater-import.

Reported-by: Ricardo Wurmus <rekado@elephly.net>
2023-01-02 00:06:51 +01:00