summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add linux-libre 6.1.Leo Famulari2023-01-03
| | | | | | | | | | | * 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.
* gnu: Add python-bcbio-gff.Ricardo Wurmus2023-01-03
| | | | * gnu/packages/bioinformatics.scm (python-bcbio-gff): New variable.
* gnu: flyer-composer: Don't depend on QtWebKit.Marius Bakke2023-01-03
| | | | | * gnu/packages/pdf.scm (flyer-composer)[inputs]: Change from PYTHON-PYQT to PYTHON-PYQT-WITHOUT-QTWEBKIT.
* gnu: frescobaldi: Don't depend on QtWebKit.Marius Bakke2023-01-03
| | | | | * gnu/packages/music.scm (frescobaldi)[inputs]: Change from PYTHON-PYQT to PYTHON-PYQT-WITHOUT-QTWEBKIT.
* gnu: veusz: Don't depend on QtWebKit.Marius Bakke2023-01-03
| | | | | | * gnu/packages/maths.scm (veusz)[inputs]: Change from PYTHON-PYQT to PYTHON-PYQT-WITHOUT-QTWEBKIT. [arguments]: Use SEARCH-INPUT-DIRECTORY instead of label.
* gnu: kajongg: Add missing input.Marius Bakke2023-01-03
| | | | | * gnu/packages/kde-games.scm (kajongg)[inputs]: Add PYTHON-QTPY. While here, use PYTHON-PYQT-WITHOUT-QTWEBKIT instead of PYTHON-PYQT.
* gnu: toutenclic: Remove defunct source URI.Marius Bakke2023-01-03
| | | | | * gnu/packages/education.scm (toutenclic)[source](uri): Remove URI that serves an error page.
* refresh: Always return an <update-spec> for each command-line option.Ludovic Courtès2023-01-03
| | | | | | | | | | | | | | | | | | This fixes a regression introduced in 8aeccc6240ec45f0bc7bed655e0c8149ae4253eb 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.
* refresh: Honor user-provided target version and report downgrades.Ludovic Courtès2023-01-03
| | | | | | | | | | | | | | | | | 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 8aeccc6240ec45f0bc7bed655e0c8149ae4253eb. * 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.
* upstream: Allow downgrades.Ludovic Courtès2023-01-03
| | | | | | | | | | Previously, 'guix refresh -u guile=3.0.0' would do nothing. With this change, it actually downgrades 'guile'. This is a followup to 8aeccc6240ec45f0bc7bed655e0c8149ae4253eb. * guix/upstream.scm (package-update): Ignore 'version>?' check when #:version is passed. Warn about downgrades.
* ui: It's 2023 now!Ludovic Courtès2023-01-03
| | | | * guix/ui.scm (show-version-and-exit): Change year to 2023.
* gnu: emacs-vterm: Update to 0.0.2.Hilton Chain2023-01-03
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add aspell-dict-bn.Akib Azmain Turja2023-01-03
| | | | | | * gnu/packages/aspell.scm (aspell-dict-bn): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: linux-libre 5.15: Update to 5.15.86.Leo Famulari2023-01-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.86. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre: Update to 6.0.16.Leo Famulari2023-01-02
| | | | | * gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.16. (linux-libre-6.0-pristine-source): Update hash.
* gnu: python-numcodecs: Do not use python-typing-extensions-next.Ricardo Wurmus2023-01-02
| | | | | * gnu/packages/python-xyz.scm (python-numcodecs)[propagated-inputs]: Replace python-typing-extensions-next with python-typing-extensions.
* gnu: Add python-docx.Maxim Cournoyer2023-01-02
| | | | * gnu/packages/python-xyz.scm (python-docx): New variable.
* gnu: prusa-slicer: Fix segfault on startup.Brian Kubisiak2023-01-02
| | | | | | | * gnu/packages/engineering.scm (prusa-slicer)[inputs]: Change from wxwidgets to wxwidgets-3.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* Add cl-history-tree.André A. Gomes2023-01-02
| | | | | | | * 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>
* gnu: Add sbcl-stumpwm-battery-portable.Trevor Richards2023-01-02
| | | | | | * gnu/packages/wm.scm (sbcl-stumpwm-battery-portable): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: r-purrr: Update to 1.0.0.Ricardo Wurmus2023-01-02
| | | | | * gnu/packages/statistics.scm (r-purrr): Update to 1.0.0. [propagated-inputs]: Add r-cli, r-lifecycle, and r-vctrs.
* gnu: r-rsqlite: Update to 2.2.20.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.20.
* gnu: r-locfit: Update to 1.5-9.7.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/statistics.scm (r-locfit): Update to 1.5-9.7.
* gnu: r-highr: Update to 0.10.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/statistics.scm (r-highr): Update to 0.10.
* gnu: r-formatr: Update to 1.13.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/statistics.scm (r-formatr): Update to 1.13.
* gnu: r-keras: Update to 2.11.0.Ricardo Wurmus2023-01-02
| | | | | * gnu/packages/cran.scm (r-keras): Update to 2.11.0. [propagated-inputs]: Remove r-ellipsis.
* gnu: r-tensorflow: Update to 2.11.0.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-tensorflow): Update to 2.11.0.
* gnu: r-mlr3tuning: Update to 0.17.2.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-mlr3tuning): Update to 0.17.2.
* gnu: r-tidytext: Update to 0.4.0.Ricardo Wurmus2023-01-02
| | | | | * gnu/packages/cran.scm (r-tidytext): Update to 0.4.0. [propagated-inputs]: Remove r-hunspell; add r-cli.
* gnu: r-tokenizers: Update to 0.3.0.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-tokenizers): Update to 0.3.0.
* gnu: r-flexsurv: Update to 2.2.1.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-flexsurv): Update to 2.2.1.
* gnu: r-gaston: Update to 1.5.9.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-gaston): Update to 1.5.9.
* gnu: r-isoband: Update to 0.2.7.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-isoband): Update to 0.2.7.
* gnu: r-bdgraph: Update to 2.72.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-bdgraph): Update to 2.72.
* gnu: r-yulab-utils: Update to 0.0.6.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-yulab-utils): Update to 0.0.6.
* gnu: r-officer: Update to 0.5.0.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-officer): Update to 0.5.0.
* gnu: r-xfun: Update to 0.36.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-xfun): Update to 0.36.
* gnu: r-cli: Update to 3.5.0.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-cli): Update to 3.5.0.
* gnu: r-gower: Update to 1.0.1.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-gower): Update to 1.0.1.
* gnu: r-energy: Update to 1.7-11.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-energy): Update to 1.7-11.
* gnu: r-rcppde: Update to 0.1.7.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/cran.scm (r-rcppde): Update to 0.1.7.
* gnu: onedrive: Update to 2.4.22.Efraim Flashner2023-01-02
| | | | | | | * 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.
* gnu: gtkd: Remove input labels.Efraim Flashner2023-01-02
| | | | * gnu/packages/dlang.scm (gtkd)[native-inputs]: Remove input labels.
* gnu: gtkd: Remove trailing #t from phases.Efraim Flashner2023-01-02
| | | | | * gnu/packages/dlang.scm (gtkd)[arguments]: Remove trailing #t from phases.
* gnu: gtkd: Update to 3.10.0.Efraim Flashner2023-01-02
| | | | | | * gnu/packages/dlang.scm (gtkd): Update to 3.10.0. [arguments]: Rename 'prepare-x phase to 'pre-check, set CC for the tests.
* gnu: ldc: Update to 1.30.0.Efraim Flashner2023-01-02
| | | | | | | | | * 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.
* gnu: Add lld-11.Efraim Flashner2023-01-02
| | | | * gnu/packages/llvm.scm (lld-11): New variable.
* gnu: mumi: Update to 0.0.5-1.b2a8280.Ricardo Wurmus2023-01-02
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.5-1.b2a8280.
* tests: Fix gnu-maintenance tests.Hartmut Goebel2023-01-02
| | | | | | | | | | | | The regression was introduce with commit a274a6a1acb99738f02de7b226e6a0d3883ec353 ("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>
* gnu: emacs-modus-themes: Update to 4.0.1.Nicolas Goaziou2023-01-01
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 4.0.1. [synopsis]: Expound it slightly. [description]: Update it to include new themes.