summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: Add cl-inferior-shell.Sharlatan Hellseher2021-04-19
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-inferior-shell, cl-inferior-shell, ecl-inferior-shell): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-fare-mop.Sharlatan Hellseher2021-04-19
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-fare-mop, cl-fare-mop, ecl-fare-mop): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-svg.Sharlatan Hellseher2021-04-19
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-svg, cl-svg, ecl-cl-svg): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-png.Sharlatan Hellseher2021-04-19
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-png, cl-png, ecl-png): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: tinmop: Update to 0.6.2.cage2021-04-19
| | | | | | * gnu/packages/web-browsers.scm (tinmop): Update to 0.6.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-croatoan: Update to 0.0.1-2.7077ef1.cage2021-04-19
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-2.7077ef1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add perl-digest-sha.Andreas Enge2021-04-19
| | | | * gnu/packages/perl.scm (perl-digest-sha): New variable.
* gnu: Add gnome-2048.jgart2021-04-19
| | | | | | | * gnu/packages/games.scm (gnome-2048): New variable. Co-authored-by: Carla Cao <ccao001@fiu.edu> Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: libgnome-games-support: Update to 1.7.1.jgart2021-04-19
| | | | | | * gnu/packages/gnome.scm (libgnome-games-support): Update to 1.7.1. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: esbuild: Update to 0.11.12.Ryan Prior2021-04-19
| | | | | | * gnu/packages/web.scm (esbuild): Update to 0.11.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add kirc.WinterHound2021-04-18
| | | | | | * gnu/packages/irc.scm (kirc): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libopenmpt: Update to 0.5.8 [security fixes].Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/audio.scm (libopenmpt): Update to 0.5.8.
* gnu: cifs-utils: Update to 6.13.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/samba.scm (cifs-utils): Update to 6.13.
* gnu: python-poetry-core: Update to 1.0.3.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
* gnu: perl-pdf-api2: Update to 2.040.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/perl.scm (perl-pdf-api2): Update to 2.040.
* gnu: mujs: Update to 1.1.1.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/javascript.scm (mujs): Update to 1.1.1.
* gnu: psi-plus: Update to 1.5.1484.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/messaging.scm (psi-plus): Update to 1.5.1484.
* gnu: python-webtest: Update to 2.0.35.Tobias Geerinckx-Rice2021-04-18
| | | | * gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
* gnu: poke: Update to 1.2.Efraim Flashner2021-04-18
| | | | * gnu/packages/engineering.scm (poke): Update to 1.2.
* gnu: python-lfdfiles: Fix build.Lars-Dominik Braun2021-04-18
| | | | | | | * gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove pre-generated C files. [native-inputs]: Add python-cython. [arguments]: Disable tests.
* gnu: emacs-vertico: Update to 0.5.Nicolas Goaziou2021-04-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.5. [arguments]: Remove obsolete phase as the "vertico.texi" file is no longer provided.
* gnu: emacs-auctex: Update to 13.0.7.Nicolas Goaziou2021-04-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.7.
* ci: tarball: Use "current-guix" as profile name.Mathieu Othacehe2021-04-18
| | | | | | Fixes: <https://issues.guix.gnu.org/47841>. * gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name.
* tests: ldap: Fix it.Mathieu Othacehe2021-04-18
| | | | | | | 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.
* tests: Increase VM memory size.Mathieu Othacehe2021-04-18
| | | | | | | 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.
* tests: patchwork: Fix it.Mathieu Othacehe2021-04-18
| | | | | | | | | | | 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.
* gnu: python-lfdfiles: Update to 2021.2.22.Lars-Dominik Braun2021-04-18
| | | | * gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
* gnu: python-roifile: Update to 2020.11.28.Lars-Dominik Braun2021-04-18
| | | | * gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
* gnu: python-tifffile: Update to 2021.4.8.Lars-Dominik Braun2021-04-18
| | | | | | | | * 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.
* gnu: Add python-imagecodecs.Lars-Dominik Braun2021-04-18
| | | | * gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
* gnu: util-linux: Disable tests when building on i586-gnu.Ludovic Courtès2021-04-17
| | | | | | | Works around <https://bugs.gnu.org/47791> Reported by Maxime Devos <maximedevos@telenet.be>. * gnu/packages/linux.scm (util-linux)[arguments]: Pass #:tests?.
* gnu: beancount: Update to 2.3.4.François J2021-04-17
| | | | | | * gnu/packages/finance.scm (beancount): Update to 2.3.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: linux-libre 4.4: Update to 4.4.267.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.267. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.267.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.267. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.231.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.231. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.188.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.188. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.113.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.113. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.31.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.31. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.11.15.Leo Famulari2021-04-17
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.15. (linux-libre-5.11-pristine-source): Update hash.
* gnu: guile-git: Switch to 'git-fetch'.Xinglu Chen2021-04-16
| | | | | | | | * 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>
* gnu: Update blast+ to 2.11.0.Roel Janssen2021-04-16
| | | | * gnu/packages/bioinformatics.scm (blast+): Update to 2.11.0.
* gnu: certbot, python-acme: Update to 1.14.0.Leo Famulari2021-04-16
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 1.14.0.
* gnu: emacs-ztree: Update to 1.0.6.Nicolas Goaziou2021-04-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-ztree): Update to 1.0.6.
* gnu: emacs-posframe: Update to 1.0.1.Nicolas Goaziou2021-04-16
| | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.1.
* gnu: qutebrowser: Update to 2.2.0.Léo Le Bouter2021-04-16
| | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.0.
* gnu: Add cl-bodge-blobs-support.Adam Kandur2021-04-16
| | | | | | | * 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>
* gnu: Add python-mappy.Roel Janssen2021-04-16
| | | | * gnu/packages/python-xyz.scm (python-mappy): New variable.
* gnu: dpkg: Update to 1.20.9.Efraim Flashner2021-04-16
| | | | * gnu/packages/debian.scm (dpkg): Update to 1.20.9.
* gnu: ubuntu-keyring: Update to 2021.03.26.Efraim Flashner2021-04-16
| | | | * gnu/packages/debian.scm (ubuntu-keyring): Update to 2021.03.26.
* gnu: debian-archive-keyring: Update to 2021.1.1.Efraim Flashner2021-04-16
| | | | * gnu/packages/debian.scm (debian-archive-keyring): Update to 2021.1.1.