aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2019-05-17gnu: emacs-idris-mode: Update source hash.Tobias Geerinckx-Rice
Only file modification times have changed. * gnu/packages/emacs-xyz.scm (emacs-idris-mode)[source]: Update sha256.
2019-05-16gnu: icecat: Update to 60.6.3-guix1.Mark H Weaver
* gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.6.3-guix1. (icecat-source)[upstream-firefox-source]: Update hash.
2019-05-17gnu: et: Don't use unstable tarball.Tobias Geerinckx-Rice
This follows up commit ae113b976bfb71168a737c6a9a82cd87782077d0 (what looked like a build error was transient file system unrelatedness.) * gnu/packages/ssh.scm (et)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-05-17gnu: et: Update source hash.Tobias Geerinckx-Rice
The contents of both archives are identical. * gnu/packages/ssh.scm (et)[source]: Update sha256.
2019-05-17gnu: ephoto: Update source hash.Tobias Geerinckx-Rice
The contents of both archives are identical. * gnu/packages/enlightenment.scm (ephoto)[source]: Update sha256.
2019-05-16gnu: Add nauty.Nicolas Goaziou
* gnu/packages/maths.scm (nauty): New variable.
2019-05-16gnu: guile-file-names: Update to 0.2.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-file-names): Update to 0.2. [arguments]: Adjust build phase "build-with-guile-2.2" and rename to "fix-target-directory".
2019-05-16gnu: bind: Update to 9.14.2.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.14.2. [source]: Remove patch. [arguments]: Run only fuzz tests. * gnu/packages/patches/bind-fix-unused-pk11-ecc-constants.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-05-16gnu: Add python-leidenalg.Ricardo Wurmus
* gnu/packages/graph.scm (python-leidenalg): New variable.
2019-05-16gnu: custom-gcc: Unhide resulting package.Ricardo Wurmus
This is a follow-up to commit d78010b81ee6ef4fd8803082e2f401b9e55b44db. While the plain "gcc" packages should be hidden by default, gcc-derived packages like "gfortran" should not. * gnu/packages/gcc.scm (custom-gcc)[properties]: Remove the 'hidden? property.
2019-05-16gnu: star: Update to 2.7.1a.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (star): Update to 2.7.1a.
2019-05-16gnu: network-manager-applet: Patch libnma for modem support.Florian Pelz
* gnu/packages/gnome.scm (network-manager-applet): Patch libnma to load iso-codes and mobile-broadband-provider-info from the store and not require them in the profile. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-16gnu: grammalecte: Update to 1.1.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.1.
2019-05-16gnu: loksh: Update to 6.5.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (loksh): Update to 6.5.
2019-05-16gnu: cssc: Update to 1.4.1.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (cssc): Update to 1.4.1.
2019-05-16gnu: git-lfs: Update to 2.7.2.Tobias Geerinckx-Rice
* gnu/packages/version-control.scm (git-lfs): Update to 2.7.2.
2019-05-16gnu: ndctl: Update to 65.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (ndctl): Update to 65.
2019-05-15gnu: linux-libre: Update to 5.1.2.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.2. (%linux-libre-hash): Update hash.
2019-05-15gnu: linux-libre@4.19: Update to 4.19.43.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.43. (%linux-libre-4.19-hash): Update hash.
2019-05-15gnu: linux-libre@4.14: Update to 4.14.119.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.119. (%linux-libre-4.14-hash): Update hash.
2019-05-15gnu: linux-libre@4.9: Update to 4.9.176.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.176.
2019-05-15gnu: python-jedi: Update to 0.13.3.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.13.3. (python2-jedi): Enable tests.
2019-05-15gnu: elixir: Update to 1.8.2.Tobias Geerinckx-Rice
* gnu/packages/elixir.scm (elixir): Update to 1.8.2.
2019-05-15gnu: perl-data-page: Update to 2.03.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-data-page): Update to 2.03.
2019-05-15gnu: perl-text-csv: Update to 2.00.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-text-csv): Update to 2.00.
2019-05-15gnu: ubridge: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ubridge)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2019-05-15gnu: ubridge: Update to 0.9.15.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (ubridge): Update to 0.9.15.
2019-05-15gnu: perl-time-duration: Update to 1.21.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-time-duration): Update to 1.21.
2019-05-15gnu: python-django-rq: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/django.scm (python-django-rq): Update to 1.3.1.
2019-05-15gnu: Add python-pylzma.Danny Milosavljevic
* gnu/packages/python-xyz.scm (python-pylzma): New variable. (python2-pylzma): New variable.
2019-05-15gnu: Remove python2-httpretty.Marius Bakke
This package is severely out of date compared to its Python 3 counterpart and difficult to upgrade. Since it has no dependents in Guix and Python 2 is officially deprecated by the end of this year, just remove it. * gnu/packages/web.scm (python2-httpretty): Remove variable.
2019-05-15gnu: vigra, notmuch: Use the Python3 Sphinx variant.Marius Bakke
* gnu/packages/image.scm (vigra)[native-inputs]: Change PYTHON2-SPHINX to PYTHON-SPHINX. * gnu/packages/mail.scm (notmuch)[native-inputs]: Likewise.
2019-05-15gnu: tbb: Add a source file name.Marius Bakke
* gnu/packages/tbb.scm (tbb)[source](file-name): New field.
2019-05-15gnu: tbb: Update to 2019_U6.Marius Bakke
* gnu/packages/tbb.scm (tbb): Update to 2019_U6.
2019-05-15gnu: samba: Update to 4.10.3.Marius Bakke
* gnu/packages/samba.scm (samba): Update to 4.10.3.
2019-05-15gnu: oniguruma: Update to 6.9.2.Marius Bakke
* gnu/packages/textutils.scm (oniguruma): Update to 6.9.2.
2019-05-14gnu: Add ocaml-odoc.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-odoc): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-14gnu: Add ocaml-bisect-ppx.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-14gnu: Add ocaml-tyxml.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-tyxml): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-14gnu: Add ocaml-markup.gabrielhdt
* gnu/packages/ocaml.scm (ocaml-markup): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2019-05-14gnu: python-requests-oauthlib: Fix building.Julien Lepiller
* gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]: Add python-pyjwt for tests.
2019-05-14gnu: certbot, python-acme: Update to 0.34.2.Leo Famulari
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.34.2.
2019-05-14gnu: ocaml-base64: Update to 3.2.0.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-base64): Update to 3.2.0. [origin]: Use git-fetch. (ocaml-piqilib)[origin]: Add a patch to fix building with new versions of ocaml-base64. * gnu/packages/patches/ocaml-piqilib-Update-base64.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2019-05-14gnu: ocaml-tsdl: Update to 0.9.6.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6.
2019-05-14gnu: ocaml-ocb-stubblr: Fix build failures using it.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ocb-stubblr)[arguments]: Add a phase to fix guix-specific issues.
2019-05-14gnu: ocaml-sqlite3: Update to 4.4.1.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 4.4.1. [origin]: Use git-fetch.
2019-05-14gnu: dune: Update to 1.9.3.Julien Lepiller
* gnu/packages/ocaml.scm (dune): Update to 1.9.3.
2019-05-14gnu: Add ataqv.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ataqv): New variable.
2019-05-14gnu: burp: Update to 2.3.6.Björn Höfling
* gnu/packages/backup.scm (burp): Update to 2.3.6.
2019-05-14gnu: anthy: Update source URI.Björn Höfling
* gnu/packages/anthy (anthy)[source]: Update URI.