summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-04-18gnu: perl-pdf-api2: Update to 2.040.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.040.
2021-04-18gnu: mujs: Update to 1.1.1.Tobias Geerinckx-Rice
* gnu/packages/javascript.scm (mujs): Update to 1.1.1.
2021-04-18gnu: psi-plus: Update to 1.5.1484.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (psi-plus): Update to 1.5.1484.
2021-04-18gnu: python-webtest: Update to 2.0.35.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
2021-04-18gnu: poke: Update to 1.2.Efraim Flashner
* gnu/packages/engineering.scm (poke): Update to 1.2.
2021-04-18gnu: python-lfdfiles: Fix build.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove pre-generated C files. [native-inputs]: Add python-cython. [arguments]: Disable tests.
2021-04-18gnu: emacs-vertico: Update to 0.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.5. [arguments]: Remove obsolete phase as the "vertico.texi" file is no longer provided.
2021-04-18gnu: emacs-auctex: Update to 13.0.7.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.7.
2021-04-18ci: tarball: Use "current-guix" as profile name.Mathieu Othacehe
Fixes: <https://issues.guix.gnu.org/47841>. * gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name.
2021-04-18tests: ldap: Fix it.Mathieu Othacehe
Fixes: <https://issues.guix.gnu.org/47745>. * gnu/tests/ldap.scm (run-ldap-test): Use a password with more that 8 characters so that dscreate doesn't fail.
2021-04-18tests: Increase VM memory size.Mathieu Othacehe
The patchwork test sometimes fail because there's not enough available RAM in the marionette. Increase the VM memory size to 1024MiB. * gnu/tests/web.scm (run-patchwork-test): Increase VM memory size to 1024MiB.
2021-04-18tests: patchwork: Fix it.Mathieu Othacehe
The "http-get" test is sometimes failing because the Web server is not yet initialized and returns the 500 error code. Use the retry-or-error procedure, like in the tailon test to do a few retries. * gnu/tests/web.scm (run-tailon-test): Move "retry-or-error" procedure to the top level and adapt its call. (run-patchwork-test): Use it.
2021-04-18gnu: python-lfdfiles: Update to 2021.2.22.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
2021-04-18gnu: python-roifile: Update to 2020.11.28.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
2021-04-18gnu: python-tifffile: Update to 2021.4.8.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-tifffile) [version]: Update to 2021.4.8. [propagated-inputs]: Drop python-roifiles, which is only required for tests (disabled). Add python-imagecodecs, which allows decoding compressed tiff files.
2021-04-18gnu: Add python-imagecodecs.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
2021-04-17gnu: util-linux: Disable tests when building on i586-gnu.Ludovic Courtès
Works around <https://bugs.gnu.org/47791> Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/linux.scm (util-linux)[arguments]: Pass #:tests?.
2021-04-17gnu: beancount: Update to 2.3.4.François J
* gnu/packages/finance.scm (beancount): Update to 2.3.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-17gnu: linux-libre 4.4: Update to 4.4.267.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.267. (linux-libre-4.4-pristine-source): Update hash.
2021-04-17gnu: linux-libre 4.9: Update to 4.9.267.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.267. (linux-libre-4.9-pristine-source): Update hash.
2021-04-17gnu: linux-libre 4.14: Update to 4.14.231.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.231. (linux-libre-4.14-pristine-source): Update hash.
2021-04-17gnu: linux-libre 4.19: Update to 4.19.188.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.188. (linux-libre-4.19-pristine-source): Update hash.
2021-04-17gnu: linux-libre 5.4: Update to 5.4.113.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.113. (linux-libre-5.4-pristine-source): Update hash.
2021-04-17gnu: linux-libre 5.10: Update to 5.10.31.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.31. (linux-libre-5.10-pristine-source): Update hash.
2021-04-17gnu: linux-libre: Update to 5.11.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.15. (linux-libre-5.11-pristine-source): Update hash.
2021-04-16gnu: guile-git: Switch to 'git-fetch'.Xinglu Chen
* gnu/packages/guile.scm (guile-git)[source]: Use ‘git-fetch’ instead of ‘url-fetch’. [native-inputs]: Add autoconf, automake, and texinfo. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-04-16gnu: Update blast+ to 2.11.0.Roel Janssen
* gnu/packages/bioinformatics.scm (blast+): Update to 2.11.0.
2021-04-16gnu: certbot, python-acme: Update to 1.14.0.Leo Famulari
* gnu/packages/tls.scm (certbot, python-acme): Update to 1.14.0.
2021-04-16gnu: emacs-ztree: Update to 1.0.6.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ztree): Update to 1.0.6.
2021-04-16gnu: emacs-posframe: Update to 1.0.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.1.
2021-04-16gnu: qutebrowser: Update to 2.2.0.Léo Le Bouter
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.0.
2021-04-16gnu: Add cl-bodge-blobs-support.Adam Kandur
* gnu/packages/lisp-xyz.scm (sbcl-bodge-blobs-support, cl-bodge-blobs-support, ecl-bodge-blobs-support): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-16gnu: Add python-mappy.Roel Janssen
* gnu/packages/python-xyz.scm (python-mappy): New variable.
2021-04-16gnu: dpkg: Update to 1.20.9.Efraim Flashner
* gnu/packages/debian.scm (dpkg): Update to 1.20.9.
2021-04-16gnu: ubuntu-keyring: Update to 2021.03.26.Efraim Flashner
* gnu/packages/debian.scm (ubuntu-keyring): Update to 2021.03.26.
2021-04-16gnu: debian-archive-keyring: Update to 2021.1.1.Efraim Flashner
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2021.1.1.
2021-04-15gnu: freecad: Update to 0.19.1.Ekaitz Zarraga
* gnu/packages/engineering.scm (freecad): Update to 0.19.1 [inputs]: Add double-conversion, gl2ps, jsoncpp, libjpeg-turbo, libtheora, libtiff, libxmlplusplus, lz4, netcdf, proj, python-gitpython, python-pyyaml, sqlite, and vtk-8. Remove vtk. [arguments]: Add "-DBUILD_FLAT_MESH:BOOL=ON" to #:configure-flags.
2021-04-15gnu: Add vtk-8.Ekaitz Zarraga
gnu/packages/image-processing (vtk-8): New variable.
2021-04-15gnu: mesa: Add powerpc64le-linux support.Efraim Flashner
* gnu/packages/gl.scm (mesa)[inputs]: Add llvm on powerpc64le. [native-inputs]: Add glslang on powerpc64le. [arguments]: Adjust configure-flags for powerpc64le to fix building on powerpc64le and enable features. Add powerpc64le specific phase to skip known failing test.
2021-04-15gnu: haunt: Update to 0.2.5.David Thompson
2021-04-15gnu: Add texlive-kastrup.Paul Garlick
* gnu/packages/tex.scm: New variable.
2021-04-15gnu: Add python-abjad.BonfaceKilz
* gnu/packages/music.scm (python-abjad): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15gnu: Add python-quicktions.BonfaceKilz
* gnu/packages/python-xyz.scm (python-quicktions): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15gnu: Add python-uqbar.BonfaceKilz
* gnu/packages/graphviz.scm (python-uqbar): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15gnu: Add python-pytest-helpers-namespace.BonfaceKilz
* gnu/packages/python-check.scm (python-pytest-helpers-namespace): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15gnu: Add python-setuptools-declarative-requirements.BonfaceKilz
* gnu/packages/python-xyz.scm (python-setuptools-declarative-requirements): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15gnu: Add python-roman.BonfaceKilz
* gnu/packages/python-xyz.scm (python-roman): New variable. Co-authored-by: jgart <jgart@dismail.de> Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15gnu: emacs-emms: Update to 7.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.1.
2021-04-14gnu: btrfs-progs: Update to 5.11.1.Leo Famulari
* gnu/packages/linux.scm (btrfs-progs): Update to 5.11.1.
2021-04-14gnu: wireless-regdb: Update to 2020.11.20.Leo Famulari
* gnu/packages/linux.scm (wireless-regdb): Update to 2020.11.20. [description]: Correct the description.