summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* git: Export url-cache-directory.Mathieu Othacehe2020-09-06
| | | | * guix/git.scm (url-cache-directory): Export it.
* gnu: Add go-github-com-tv42-httpunix.Nicolas Goaziou2020-09-06
| | | | * gnu/packages/golang.scm (go-github-com-tv42-httpunix): New variable.
* gnu: hydrogen: Update to 1.0.1.Nicolas Goaziou2020-09-06
| | | | * gnu/packages/music.scm (hydrogen): Update to 1.0.1.
* gnu: fet: Update to 5.46.1.Nicolas Goaziou2020-09-06
| | | | * gnu/packages/education.scm (fet): Update to 5.46.1.
* gnu: emacs-cider: Update to 0.26.1.Michael Rohleder2020-09-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-cider): Update to 0.26.1. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-perspective: Update to 2.11.Michael Rohleder2020-09-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.11. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: emacs-chronometrist: Update to 0.5.5.Nicolas Goaziou2020-09-06
| | | | | * gnu/packages/emacs-xyz.scm (emacs-chronometrist): Update to 0.5.5. [propagated-inputs]: Add emacs-anaphora.
* gnu: youtube-dl: Update to 2020.09.06.Efraim Flashner2020-09-06
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.09.06.
* gnu: Update Iosevka fonts from 3.2.2 to 3.4.7simendsjo2020-09-06
| | | | | | | | * gnu/packages/fonts.scm (font-iosevka, font-iosevka-slab, font-iosevka-term, font-iosevka-term-slab, font-iosevka-aile, font-iosevka-etoile, font-iosevka-sparkle): Update to 3.4.7. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: lxqt-panel: Patch xkeyboard-config location.Hamzeh Nasajpour2020-09-06
| | | | | | | | * gnu/packages/lxqt.scm (lxqt-panel)[inputs]: Add xkeyboard-config. [arguments]: Add custom phase to patch the path to xkeyboard-config in kbindicator for reading the keyboard layouts. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: pspp: Update to 1.4.1.Efraim Flashner2020-09-06
| | | | * gnu/packages/statistics.scm (pspp): Update to 1.4.1.
* gnu: libphutil: Deprecate package.Efraim Flashner2020-09-06
| | | | | | | This package was deprecated upstream and the functionality was moved into arcanist and phabricator. * gnu/packages/phabricator.scm (libphutil): Deprecate package.
* gnu: arcanist: Update to 0.0.0-2.ceb082e.Efraim Flashner2020-09-06
| | | | | | | | * gnu/packages/phabricator.scm (arcanist): Update to 0.0.0-2.ceb082e. [inputs]: Remove libphutil. [arguments]: Adjust custom 'install phase for removed input. Wrap binary with php. [license]: Add license of vendored library.
* gnu: seqmagick: Update to 0.8.0.Andreas Enge2020-09-05
| | | | * gnu/packages/bioinformatics.scm (seqmagick): Update to 0.8.0.
* gnu: deluge: Update to 2.0.3.Kei Kebreau2020-09-05
| | | | | | | | | | | | | * gnu/packages/bittorrent.scm (deluge): Update to 2.0.3. [source]: Update URL. [inputs]: Remove libtorrent, python2-chardet, python2-pygtk, python2-pyopenssl, python2-pyxdg, python2-service-identity, python2-twisted. [propagated-inputs]: Add gtk+, librsvg, libtorrent, python-pycairo, python-chardet, python-dbus, python-mako, python-pygobject, python-pillow, python-pyopenssl, python-pyxdg, python-rencode, python-service-identity, python-setproctitle, python-six, python-twisted, and python-zope-interface. [native-inputs]: Add python-wheel. [arguments]: Disable tests. Add 'fix-gettext-warning and 'wrap phase.
* gnu: Add npiet.Jesse Gibbons2020-09-05
| | | | | | | * gnu/packages/piet.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* scripts: system: Expand some help messages.Efraim Flashner2020-09-05
| | | | | * guix/scripts/system.scm (show-help): Add to '--share=SPEC' and '--expose=SPEC' that it also works for containers.
* gnu: dunst: Update to 1.5.0.Oleg Pykhalov2020-09-05
| | | | * gnu/packages/dunst.scm (dunst): Update to 1.5.0.
* gnu: sbcl-ironclad: Update to 0.51.Guillaume Le Vaillant2020-09-05
| | | | * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.51.
* gnu: sbcl-cl-webkit: Update to 20200905.Pierre Neidhardt2020-09-05
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200905.
* gnu: python-docker-py: Rename to python-docker.Andreas Enge2020-09-05
| | | | | | | | | This is a follow-up to commit 3146b6da6dd3124f8693f48a9ed7ff8208324e23. * gnu/packages/docker.scm (python-docker-py): Rename to... (python-docker): ...this. (docker-compose): Adjust inputs. * gnu/packages/android.scm (fdroidserver): Adjust inputs.
* gnu: Update gPodder to 3.10.16 and disable updater.raingloom2020-09-05
| | | | | | | | * gnu/packages/gpodder.scm (gpodder): Update to 3.10.16 and add patch. * gnu/packages/patches/gpodder-disable-updater.patch: New file * gnu/local.mk (dist_patch_DATA): Add patch Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: Add sbcl-clim-examples.Guillaume Le Vaillant2020-09-05
| | | | * gnu/packages/lisp-xyz.scm (sbcl-clim-examples): New variable.
* gnu: Add sbcl-mcclim-raster-image.Guillaume Le Vaillant2020-09-05
| | | | * gnu/packages/lisp-xyz.scm (sbcl-mcclim-raster-image): New variable.
* gnu: Add sbcl-mcclim-test-util.Guillaume Le Vaillant2020-09-05
| | | | * gnu/packages/lisp-xyz.scm (sbcl-mcclim-test-util): New variable.
* gnu: linux-libre: Validate that the cleaned up tarball is free of blobs.Maxim Cournoyer2020-09-04
| | | | | | * gnu/packages/linux.scm (make-linux-libre-source): Call the deblob-check script on the generated tarball archive with the --use-awk and --list-blobs options.
* gnu: make-linux-libre-source: Set output port buffering to line mode.Maxim Cournoyer2020-09-04
| | | | | * gnu/packages/linux.scm (make-linux-libre-source): Set output port buffering to line mode via setvbuf. Remove the ad-hoc calls to force-output.
* gnu: texlive-logreq: Correct synopsis.Paul Garlick2020-09-04
| | | | * gnu/packages/tex.scm (texlive-logreq)[synopsis]: Correct.
* gnu: r-mnormt: Update to 2.0.2.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/statistics.scm (r-mnormt): Update to 2.0.2.
* gnu: r-rfast: Update to 2.0.0.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/cran.scm (r-rfast): Update to 2.0.0.
* gnu: r-systemfonts: Update to 0.3.0.Ricardo Wurmus2020-09-04
| | | | | * gnu/packages/cran.scm (r-systemfonts): Update to 0.3.0. [propagated-inputs]: Add r-cpp11.
* gnu: r-xgboost: Update to 1.2.0.1.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/cran.scm (r-xgboost): Update to 1.2.0.1.
* gnu: r-ingredients: Update to 2.0.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/cran.scm (r-ingredients): Update to 2.0.
* gnu: r-xmlparsedata: Update to 1.0.4.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/cran.scm (r-xmlparsedata): Update to 1.0.4.
* gnu: r-rnifti: Update to 1.2.1.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/cran.scm (r-rnifti): Update to 1.2.1.
* gnu: r-trend: Update to 1.1.3.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/cran.scm (r-trend): Update to 1.1.3.
* gnu: r-ttr: Update to 0.24.2.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/cran.scm (r-ttr): Update to 0.24.2.
* gnu: r-cicero: Update to 1.6.2.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/bioconductor.scm (r-cicero): Update to 1.6.2.
* gnu: r-mixomics: Update to 6.12.2.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/bioconductor.scm (r-mixomics): Update to 6.12.2.
* gnu: r-atacseqqc: Update to 1.12.4.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/bioconductor.scm (r-atacseqqc): Update to 1.12.4.
* gnu: r-gkmsvm: Update to 0.81.0.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/bioconductor.scm (r-gkmsvm): Update to 0.81.0.
* gnu: r-chippeakanno: Update to 3.22.3.Ricardo Wurmus2020-09-04
| | | | * gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.22.3.
* gnu: gmic: Update to 2.9.2.Tobias Geerinckx-Rice2020-09-04
| | | | * gnu/packages/image-processing.scm (gmic): Update to 2.9.2.
* gnu: cifs-utils: Update to 6.11 [fixes CVE-2020-14342].Tobias Geerinckx-Rice2020-09-04
| | | | * gnu/packages/samba.scm (cifs-utils): Update to 6.11.
* gnu: python-paramiko: Update to 2.7.2.Tobias Geerinckx-Rice2020-09-04
| | | | * gnu/packages/python-crypto.scm (python-paramiko): Update to 2.7.2.
* gnu: Add texlive-logreq.Paul Garlick2020-09-04
| | | | * gnu/packages/tex.scm (texlive-logreq): New variable.
* gnu: fpc: Fix reproducibility problem.Eric Bavier2020-09-04
| | | | | * gnu/packages/pascal.scm (fpc)[arguments]: Add 'patch-release-date' to replace a build timestamp with the release date instead.
* gnu: guix-jupyter: Fix compilation with Guile-JSON >= 4.3.x.Ludovic Courtès2020-09-04
| | | | | | | Reported by wehlutyk on #guix. * gnu/packages/package-management.scm (guix-jupyter)[source]: Avoid 'define-json-mapping' name clash with Guile-JSON.
* gnu: r-httpuv: Unvendor libuv.Lars-Dominik Braun2020-09-04
| | | | | | | | | | | * gnu/packages/cran.scm (r-httpuv) [source]: Remove bundled libuv, add patch. [arguments] Rewrite header locations, fix pipe server issue. [inputs] Add libuv. * gnu/packages/patches/r-httpuv-1.5.4-unvendor-libuv.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: taglib: Update to 1.12-beta-1 [security fixes].Pierre Langlois2020-09-04
| | | | | | | | | | | | | | | This switches to a yet unreleased version of taglib, to make sure long standings issues and CVEs are covered until a proper release is made upstream. Among these, we have: - CVE-2017-12678 - CVE-2018-11439 - https://github.com/taglib/taglib/issues/864 * gnu/packges/mp3.scm (taglib): Update to 1.12-beta-1. [source]: Switch to using git-fetch.