aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* gnu: r-diffobj: Update to 0.3.4.•••* gnu/packages/cran.scm (r-diffobj): Update to 0.3.4. Ricardo Wurmus2021-04-08
* gnu: Add r-workflowsets.•••* gnu/packages/cran.scm (r-workflowsets): New variable. Ricardo Wurmus2021-04-08
* gnu: r-seurat: Update to 4.0.1.•••* gnu/packages/cran.scm (r-seurat): Update to 4.0.1. [arguments]: Remove. [propagated-inputs]: Replace r-spatstat with r-spatstat-core and r-spatstat-geom. Ricardo Wurmus2021-04-08
* gnu: libxlsxwriter: Update to 1.0.1.•••* gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.1. Tobias Geerinckx-Rice2021-04-07
* gnu: nsd: Update to 4.3.6.•••* gnu/packages/dns.scm (nsd): Update to 4.3.6. Tobias Geerinckx-Rice2021-04-07
* gnu: solarus: Update to 1.6.5.•••* gnu/packages/games.scm (solarus): Update to 1.6.5. (solarus-quest-editor)[source]: Update hash. [arguments]: Remove obsolete 'fix-qt-build phase. Tobias Geerinckx-Rice2021-04-07
* gnu: tiled: Update to 1.5.0.David Thompson2021-04-07
* .guix-authorizations: Remove biscuolo due to inactivity.•••* .guix-authorizations: Remove biscuolo. Leo Famulari2021-04-07
* .guix-authorizations: Remove wingo due to inactivity.•••* .guix-authorizations: Remove wingo. Leo Famulari2021-04-07
* gnu: youtube-dl: Update to 2021.04.07.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.04.07. Tobias Geerinckx-Rice2021-04-07
* gnu: libupnp: Update to 1.14.5 [fixes CVE-2021-28302].•••* gnu/packages/upnp.scm (libupnp): Update to 1.14.5. Tobias Geerinckx-Rice2021-04-07
* gnu: nmrpflash: Update to 0.9.15.•••* gnu/packages/admin.scm (nmrpflash): Update to 0.9.15. Tobias Geerinckx-Rice2021-04-07
* gnu: tmux-xpanes: Update to 4.1.3.•••* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.3. Tobias Geerinckx-Rice2021-04-07
* .guix-authorizations: Remove sleep_walker due to inactivity.•••* .guix-authorizations: Remove sleep_walker. Leo Famulari2021-04-07
* .guix-authorizations: Remove rhelling due to inactivity.•••* .guix-authorizations: Remove rhelling. Leo Famulari2021-04-07
* .guix-authorizations: Remove lsl88 due to inactivity.•••* .guix-authorizations: Remove lsl88. Leo Famulari2021-04-07
* .guix-authorizations: Remove benwoodcroft due to inactivity.•••* .guix-authorizations: Remove benwoodcroft. Leo Famulari2021-04-07
* .guix-authorizations: Remove alexvong1995 due to inactivity.•••* .guix-authorizations: Remove alexvong1995. Leo Famulari2021-04-07
* gnu: Add texlive-fontaxes.•••* gnu/packages/tex.scm: New variable. Paul Garlick2021-04-07
* gnu: sbcl-cl-webkit: Update to 20210407.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210407. Pierre Neidhardt2021-04-07
* gnu: cuirass: Update to 1.0.0-7.1b35a77.•••* gnu/packages/ci.scm (cuirass): Update to 1.0.0-7.1b35a77. Mathieu Othacehe2021-04-07
* gnu: Add entt.•••* gnu/packages/cpp.scm (entt): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Alexandru-Sergiu Marton2021-04-07
* gnu: cuirass: Update to 1.0.0-6.ec0be96.•••* gnu/packages/ci.scm (cuirass): Update to 1.0.0-6.ec0be96. Mathieu Othacehe2021-04-07
* gnu: di: Update to 4.50.•••* gnu/packages/admin.scm (di): Update to 4.50. Tobias Geerinckx-Rice2021-04-07
* gnu: mpv: Update to 0.33.1.•••* gnu/packages/video.scm (mpv): Update to 0.33.1. Tobias Geerinckx-Rice2021-04-07
* gnu: tmux-xpanes: Update to 4.1.2.•••* gnu/packages/tmux.scm (tmux-xpanes): Update to 4.1.2. Tobias Geerinckx-Rice2021-04-07
* gnu: stunnel: Update to 5.59.•••* gnu/packages/web.scm (stunnel): Update to 5.59. Tobias Geerinckx-Rice2021-04-07
* gnu: Add cfm.•••* gnu/packages/admin.scm (cfm): New public variable. Tobias Geerinckx-Rice2021-04-07
* gnu: Add camlidl.•••* gnu/packages/ocaml.scm (camlidl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher2021-04-06
* services: dovecot: Fix serialization of a free-form-args arguments.•••* gnu/services/mail.scm (serialize-free-form-args): Change destination and return a string containing the formated text. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alexey Abramov2021-04-06
* gnu: Add opensmtpd-filter-rspamd.•••* gnu/packages/mail.scm (opensmtpd-filter-rspamd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alexey Abramov2021-04-06
* lint: refresh: Warn about missing or dysfunctional updaters.•••This feedback should help us improve updaters. * guix/lint.scm (check-for-updates): Return a warning when PACKAGE lacks an updater or when the updater returns #f. Ludovic Courtès2021-04-06
* upstream: 'package-latest-release' tries all the matching updaters.•••* guix/upstream.scm (package-latest-release): Try UPDATERS until one of them returns an upstream source. This is useful for packages with several matching updaters, such a zlib ('sourceforge' and 'generic-html'). Ludovic Courtès2021-04-06
* gnu-maintenance: Add 'sourceforge' updater.•••This updater currently covers 2.4% of the packages. * guix/gnu-maintenance.scm (latest-sourceforge-release): New procedure. (%sourceforge-updater): New variable. * doc/guix.texi (Invoking guix refresh): Document it. Ludovic Courtès2021-04-06
* .guix-authorizations: Remove taylanub.•••This is a followup to the events discussed here: https://lists.gnu.org/archive/html/guix-devel/2021-03/msg00195.html Taylan was already removed from the Guix project on Savannah on March 10, 2021. * .guix-authorizations: Remove taylanub from the committers. Leo Famulari2021-04-06
* .guix-authorizations: Remove thomasd.•••* .guix-authorizations: Remove thomasd from the committers. Leo Famulari2021-04-06
* gnu: qemu: Fix the Texinfo manual.•••The makeinfo command splits the generated info output in multiple files (in 300 KiB chunks) by default; this meant the build system would have had to install the multiple QEMU.info-1, QEMU.info-2, etc. files for the info manual to work as intended. Instead, keep the info manual as one single file by specifying the --no-split option to makeinfo. * gnu/packages/patches/qemu-build-info-manual.patch (sphinxinfo) <makeinfo>: Invoke with the --no-split argument. Maxim Cournoyer2021-04-06
* gnu: umoci: Update to 0.4.7 [fixes CVE-2021-29136].•••* gnu/packages/virtualization.scm (umoci): Update to 0.4.7. Léo Le Bouter2021-04-06
* gnu: emacs-php-mode: Fix installation prefix.•••* gnu/packages/emacs-xyz.scm (emacs-php-mode) [include]: Remove argument. [phases]{add-lisp-dir-to-emacs-load-path}: Remove phase. {enter-source-directory}: Add phase. Maxim Cournoyer2021-04-06
* gnu: Add scotch and pt-scotch with shared libraries•••* gnu/packages/maths.scm (scotch-shared, pt-scotch-shared): New variables. Signed-off-by: Leo Famulari <leo@famulari.name> Franck Pérignon2021-04-06
* gnu: python-django-2.2: Update to 2.2.20 [security fixes].•••* gnu/packages/django.scm (python-django-2.2): Update to 2.2.20. Léo Le Bouter2021-04-06
* gnu: python-django: Update to 3.1.8 [security fixes].•••* gnu/packages/django.scm (python-django): Update to 3.1.8. Léo Le Bouter2021-04-06
* gnu: bitcoin-unlimited: Use new source repository.•••* gnu/packages/finance.scm (bitcoin-unlimited)[source]: Update git repository URL. Guillaume Le Vaillant2021-04-06
* gnu: bitcoin-unlimited: Update to 1.9.1.1.•••* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1. Guillaume Le Vaillant2021-04-06
* gnu: sbcl-cl-webkit: Update to 20210406.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20210406. Pierre Neidhardt2021-04-06
* gnu: txr: Update to 255.•••* gnu/packages/lisp.scm (txr): Update to 255. Guillaume Le Vaillant2021-04-06
* gnu: libpano13: Update to 2.9.20_rc3 [security fixes].•••Fixes at least CVE-2021-20307. * gnu/packages/photo.scm (libpano13): Update to 2.9.20_rc3. Léo Le Bouter2021-04-06
* gnu: python-tortoise-orm: Fix dependencies.•••* gnu/packages/databases.scm (python-tortoise-orm) [propagated-inputs]: Add missing dependency. [arguments]: Relax pytz version requirement, remove iso8601 requirement. Lars-Dominik Braun2021-04-06
* gnu: Add node-wrappy.•••* gnu/packages/node-xyz.scm (node-wrappy): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Ron Nazarov via Guix-patches via2021-04-05
* gnu: Add welle-io.•••* gnu/packages/radio.scm (welle-io): New variable. Guillaume Le Vaillant2021-04-05