summary refs log tree commit diff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-04-01gnu: Fix packages that were importing Guile modules from the host.Ludovic Courtès
Those packages were importing (ice-9 match) & co. from the host Guile, which could potentially lead to different derivations depending on the Guile in use. Uncovered by the warning emitted by 'gexp-modules'. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Remove Guile modules from #:modules. * gnu/packages/dns.scm (ddclient)[arguments]: Likewise. * gnu/packages/tex.scm (texlive-latex-koma-script)[arguments]: Likewise. * gnu/packages/java.scm (openjdk11)[arguments]: Likewise for #:imported-modules.
2021-04-01gnu: rust-rocket-http-0.4: Update to 0.4.7 [fixes CVE-2021-29935].Léo Le Bouter
* gnu/packages/crates-io.scm (rust-rocket-http-0.4): Update to 0.4.7.
2021-04-01gnu: rust-rocket-codegen-0.4: Update to 0.4.7 [fixes CVE-2021-29935].Léo Le Bouter
* gnu/packages/crates-io.scm (rust-rocket-codegen-0.4): Update to 0.4.7.
2021-04-01gnu: rust-rocket-0.4: Update to 0.4.7 [fixes CVE-2021-29935].Léo Le Bouter
* gnu/packages/crates-io.scm (rust-rocket-0.4): Update to 0.4.7.
2021-04-01gnu: Add emacs-sdcv.qblade
* gnu/packages/emacs-xyz.scm (emacs-sdcv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-01gnu: Add emacs-showtip.qblade
* gnu/packages/emacs-xyz.scm (emacs-showtip): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-01gnu: fe: Fix hash.Nicolas Goaziou
* gnu/packages/text-editors.scm (fe): Update hash. Development version (2.0) has been rebased on top of latest stable release (1.9).
2021-04-01gnu: perl-data-validate-ip: Update to 0.30 [fixes CVE-2021-29662].Léo Le Bouter
* gnu/packages/networking.scm (perl-data-validate-ip): Update to 0.30.
2021-04-01gnu: psm2: Update to 11.2.185.Ludovic Courtès
Fixes a bug introduced with the Open MPI 4.1.0 update in commit ee21803288cb2fd4dcfa9091d4fe4080a795a1ab, whereby the new version of Open MPI would not compile PSM2 support because our version of PSM2 was too old. Consequently, Open MPI would fall back to UCX and users would get poor performance on Omni-Path networks. * gnu/packages/linux.scm (psm2): Update to 11.2.185.
2021-04-01gnu: librsvg@2.50: Update to 2.50.3.Tobias Geerinckx-Rice
* gnu/packages/crates-io.scm (rust-lopdf-0.25): Rename to... (rust-lopdf-0.26): ...to this, updated to 0.26.0. [arguments]: Update #:cargo-inputs' rust-time-0.1 to rust-time-0.2. * gnu/packages/gnome.scm (librsvg): Update to 2.50.3. [arguments]: Update #:cargo-development-inputs's rust-lopdf-0.25 to rust-lopdf-0.26.
2021-04-01gnu: youtube-dl: Update to 2021.04.01.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.01.
2021-04-01gnu: mame: Update to 0.230.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (mame): Update to 0.230.
2021-04-01gnu: foo2zjs: Update to 20200610.1.Tobias Geerinckx-Rice
No functional changes. * gnu/packages/cups.scm (foo2zjs): Update to 20200610.1. [source]: Use a Web-archived tarball.
2021-04-01gnu: Add zulip-term.Giacomo Leidi
* gnu/packages/messaging.scm (zulip-term): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: Add python-zulip.Giacomo Leidi
* gnu/packages/python-xyz.scm (python-zulip): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: Add python-flake8-quotes.Giacomo Leidi
* gnu/packages/python-xyz.scm (python-flake8-quotes): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: Add python-flake8-continuation.Giacomo Leidi
* gnu/packages/python-xyz.scm (python-flake8-continuation): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: Add python-matrix-client.Giacomo Leidi
* gnu/packages/matrix.scm (python-matrix-client): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: Add python-urwid-readline.Giacomo Leidi
* gnu/packages/python-xyz.scm (python-urwid-readline): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: python-urwid: Update to 2.1.2.Giacomo Leidi
* gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.2. [properties]: New field. (python2-urwid): Stay at 2.1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: Add texlive-utopia.Paul Garlick
* gnu/packages/tex.scm: New variable.
2021-04-01gnu: american-fuzzy-lop: Add support for powerpc-linux.Efraim Flashner
* gnu/packages/debug.scm (american-fuzzy-lop): Add case for powerpc-linux. (qemu-for-american-fuzzy-lop): Same.
2021-04-01gnu: american-fuzzy-lop: Update to 2.57b.Efraim Flashner
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.57b.
2021-04-01gnu: qemu-for-american-fuzzy-lop: Fix build.Efraim Flashner
* gnu/packages/debug.scm (qemu-for-american-fuzzy-lop)[source]: Add patch. * gnu/packages/patches/qemu-glibc-2.30.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2021-04-01gnu: cuirass: Update home page.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass)[home-page]: Update it.
2021-04-01gnu: Add cl-conspack.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm: (sbcl-cl-conspack, cl-conspack, ecl-cl-conspack): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-01gnu: sbcl-postmodern: Update to 1.32.9.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.32.9. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-01gnu: taglib: Update to 1.12.Brendan Tildesley
* gnu/packages/mp3.scm (taglib): Update to 1.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: waybar: Update to 0.9.5.pricly_yellow
* gnu/packages/wm.scm (waybar): Update to 0.9.5. [inputs]: Replace fmt-6 with fmt, spdlog-1.7 with spdlog. * gnu/packages/logging.scm (spdlog-1.7): Remove variable. * gnu/packages/pretty-print.scm (fmt-6): Same. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-01gnu: ilmbase: Update to 2.5.5.Efraim Flashner
* gnu/packages/graphics.scm (ilmbase): Update to 2.5.5.
2021-04-01gnu: emacs-gif-screencast: Update to 1.2.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.2.
2021-04-01gnu: gimp: Ship a copy of the gegl patch.Tobias Geerinckx-Rice
As Ludo' rightly points out, GitHub's patches are probably as stable as their tarballs. * gnu/packages/gimp.scm (gimp)[source]: Use SEARCH-PATCHES instead of an origin. * gnu/packages/patches/gimp-make-gegl-introspect-optional.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2021-03-31gnu: mumi: Update to 0.0.1-5.9f070bd.Ricardo Wurmus
* gnu/packages/mail.scm (mumi): Update to 0.0.1-5.9f070bd.
2021-03-31Revert "Revert some commits that caused `guix pull` to fail."zimoun
This reverts commit 8ec0ca8faff62f19426f22aeb1bd59a8950ca05a.
2021-03-31gnu: r-absfiltergsea: Move to (gnu packages bioconductor).zimoun
* gnu/packages/cran.scm (r-absfiltergsea): Move this variable from here... * gnu/packages/bioconductor.scm (r-absfiltergsea): ...to here.
2021-03-31gnu: r-bisquerna: Move to (gnu packages bioconductor).zimoun
* gnu/packages/cran.scm (r-bisquerna): Move this variable from here... * gnu/packages/bioconductor.scm (r-bisquerna): ...to here.
2021-03-31gnu: linux-libre 4.4: Update to 4.4.264.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.264. (linux-libre-4.4-pristine-source): Update hash.
2021-03-31gnu: linux-libre 4.9: Update to 4.9.264.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.264. (linux-libre-4.9-pristine-source): Update hash.
2021-03-31gnu: linux-libre 4.14: Update to 4.14.228.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.228. (linux-libre-4.14-pristine-source): Update hash.
2021-03-31gnu: linux-libre 4.19: Update to 4.19.184.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.184. (linux-libre-4.19-pristine-source): Update hash.
2021-03-31gnu: linux-libre 5.4: Update to 5.4.109.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.109. (linux-libre-5.4-pristine-source): Update hash.
2021-03-31gnu: linux-libre 5.10: Update to 5.10.27.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.27. (linux-libre-5.10-pristine-source): Update hash. * gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Update for linux-libre@5.10.27.
2021-03-31gnu: linux-libre: Update to 5.11.11.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.11. (linux-libre-5.11-pristine-source): Update hash. * gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Update for linux-libre@5.11.11.
2021-03-31gnu: strawberry: Update to 0.9.2.Brendan Tildesley
* gnu/packages/music.scm (strawberry): Update to 0.9.2. [arguments]: Remove unused configure flags. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-31gnu: git-annex: Update to 8.20210330.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210330. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-31gnu: guix: Update to 8f9052d.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to 8f9052d.
2021-03-31gnu: julia-commonsubexpressions: Fix Texinfo syntax.Ludovic Courtès
* gnu/packages/julia-xyz.scm (julia-commonsubexpressions)[synopsis] [description]: Fix Texinfo syntax.
2021-03-31gnu: Remove unnecessary imports from (gnu packages gnome).Ludovic Courtès
* gnu/packages/gnome.scm: Remove unnecessary #:use-module forms. In particular, the (guix store) import led to a name clash with 'build' from (gnu packages build-tools).
2021-03-31gnu: virt-manager: Update to 3.2.0.Pierre Langlois
* gnu/packages/virtualization.scm (virt-manager): Update to 3.2.0. [arguments]: Remove #:test-target. Remove fix-qemu-img-reference phase. Adapt check phase to use pytest, although they still do not run. [native-inputs]: Add python-docutils. Suggest adding python-pytest to enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-31gnu: libvirt-glib: Update to 4.0.0.Pierre Langlois
* gnu/packages/virtualization.scm (libvirt-glib): Update to 4.0.0. [build-system]: Switch to meson-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>