summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-14gnu: python-pgpy: Run the tests.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-pgpy)[arguments]: Replace the default ‘check’ phase. [native-inputs]: Add python-pytest.
2020-10-14gnu: python-pgpy: Update to 0.5.3.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.5.3.
2020-10-14gnu: gphoto2: Update to 2.5.26.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (gphoto2): Update to 2.5.26.
2020-10-14gnu: libgphoto2: Update to 2.5.26.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.26.
2020-10-14gnu: python-aiohttp: Update to 3.6.3.Tobias Geerinckx-Rice
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.6.3.
2020-10-14gnu: python-passlib: Update to 1.7.4.Tobias Geerinckx-Rice
* gnu/packages/python-crypto.scm (python-passlib): Update to 1.7.4.
2020-10-14gnu: perl-crypt-rijndael: Update to 1.15.Tobias Geerinckx-Rice
* gnu/packages/perl.scm (perl-crypt-rijndael): Update to 1.15.
2020-10-14gnu: icedove: Update to 78.3.2.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.3.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-14doc: cookbook: Mention "#true" and "#false".Ludovic Courtès
* doc/guix-cookbook.texi (A Scheme Crash Course): Mention "#true" and "#false". (Extended example): Likewise.
2020-10-14gnu: Add emacs-gcmh.Niklas Eklund
* gnu/packages/emacs-xyz.scm (emacs-gcmh): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-10-14image: Use 'raise' from (srfi srfi-34).Ludovic Courtès
* gnu/system/image.scm: Use (srfi srfi-34) for 'raise'. (lookup-image-type-by-name): Remove extra newline in 'formatted-message' string.
2020-10-14hurd-boot: Set /hurd/magic on /dev/fd.Ludovic Courtès
* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Add "/dev/fd".
2020-10-14doc: Mention "i586-gnu" as supported and experimental.Ludovic Courtès
* doc/guix.texi (GNU Distribution): Mention "i586-gnu".
2020-10-14doc: Avoid orphan node.Ludovic Courtès
Commit 4b5a6fbc9b754c0ca70d033dd99f17c4f028733a turned "Transparent Emulation with QEMU" into a node, but that was an orphan node, with no up/next/previous links. * doc/guix.texi (Virtualization Services): Capitalize subsection title. (Transparent Emulation with QEMU): Remove "@node" and add "@anchor". (Daemon Offload Setup): Adjust cross-reference accordingly.
2020-10-14openpgp: '&openpgp-unrecognized-packet-error' includes type tag.Ludovic Courtès
* guix/openpgp.scm (&openpgp-unrecognized-packet-error)[type]: New field. (get-data, parse-subpackets): Initialize 'type' field.
2020-10-14gnu: guix: Change Git URL.Ludovic Courtès
* gnu/packages/package-management.scm (guix)[source]: Change URL to non-dump HTTP server.
2020-10-14gnu: slurm: Update to 20.02.5.Ricardo Wurmus
* gnu/packages/parallel.scm (slurm): Update to 20.02.5.
2020-10-14gnu: bluez-alsa: Add LDAC support.Ricardo Wurmus
* gnu/packages/audio.scm (bluez-alsa)[arguments]: Enable LDAC support. [inputs]: Add ldacbt.
2020-10-14gnu: bluez-alsa: Update to 3.0.0.Ricardo Wurmus
* gnu/packages/audio.scm (bluez-alsa): Update to 3.0.0.
2020-10-14gnu: Add ldacbt.Ricardo Wurmus
* gnu/packages/audio.scm (ldacbt): New variable.
2020-10-14services: nginx: Fix typo in exported symbol.Lulu
* gnu/services/web.scm: Fix typo in exported symbol. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-14gnu: rxvt-unicode: Enable 256 colorsJosh Hoff
I noticed urxvt has a termcap file for rxvt-256color, but that's not actually built. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-14gnu: monero-gui: Update to 0.17.1.0.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.0.
2020-10-14gnu: monero: Update to 0.17.1.0.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): Update to 0.17.1.0.
2020-10-14gnu: offlineimap: Update to 7.3.3.Tim Gesthuizen
* gnu/packages/mail.scm (offlineimap): Update to 7.3.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-14gnu: Add python-rfc6555.Tim Gesthuizen
* gnu/packages/python-xyz.scm (python-rfc6555): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-10-14gnu: kmonad: Update to 0.4.1.Alex Griffin
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.1.
2020-10-14news: Add ‘de’ translation.Florian Pelz
* etc/news.scm: Add ‘de’ translation.
2020-10-13gnu: Krita: Update to 4.4.0.Leo Famulari
* gnu/packages/kde.scm (krita): Update to 4.4.0.
2020-10-13gnu: Add libleak.Maxim Cournoyer
* gnu/packages/debug.scm (libleak): New variable.
2020-10-13gnu: Add libwuya.Maxim Cournoyer
* gnu/packages/c.scm (libwuya): New variable.
2020-10-13gnu: Add libbacktrace.Maxim Cournoyer
* gnu/packages/debug.scm (libbacktrace): New variable.
2020-10-14Revert "gnu: python-chardet: Enable tests."Marius Bakke
This causes too many rebuilds for the master branch. This reverts commit 331aaf52806b27430c4efaf8f230097ede69e61a.
2020-10-14gnu: Add go-github-com-gologme-log.raingloom
* gnu/packages/golang.scm (go-github-com-gologme-log): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-14gnu: Add go-github-com-cheggaaa-pb.raingloom
* gnu/packages/golang.scm (go-github-com-cheggaaa-pb): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-14gnu: Add go-github-com-arceliar-phony.raingloom
* gnu/packages/golang.scm (go-github-com-arceliar-phony): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-14gnu: go-golang-org-x-sys: Update to 0598657raingloom
* gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0598657. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2020-10-13gnu: Add python-dpath.Joseph LaFreniere
* gnu/packages/python-xyz.scm (python-dpath): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-13gnu: Add python-dictdiffer.Joseph LaFreniere
* gnu/packages/python-xyz.scm (python-dictdiffer): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-13gnu: Add bindfs.Morgan Smith
* gnu/packages/file-systems.scm (bindfs): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-13gnu: git-annex: Update to 8.20201007.Kyle Meyer
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201007. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-13gnu: muchsync: Use pandoc instead of ghc-pandoc.zimoun
* gnu/packages/mail.scm (muchsync)[native-inputs]: Replace ghc-pandoc with pandoc. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-13gnu: python-chardet: Enable tests.Lars-Dominik Braun
* gnu/packages/python-xyz.scm (python-chardet) [source]: Add upstream patch. [arguments]: Remove. * gnu/packages/patches/python-chardet-3.0.4-pytest.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-13gnu: Add dex.James Smith
* gnu/packages/xdisorg.scm (dex): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-10-13gnu: nmap: Update license.Marius Bakke
* guix/licenses.scm (nmap): Rename to ... (npsl): ... this. Adjust name and URL, and remove outdated Fedora wiki entry in favor of nmap's own annotated version. * gnu/packages/admin.scm (nmap)[license]: Adjust accordingly.
2020-10-13gnu: xf86-input-libinput: Update to 0.30.0.Marius Bakke
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.30.0.
2020-10-13gnu: Remove python2-gst.Marius Bakke
It fails to build because of an incomplete python2 transformation, but is not worth fixing because Python 2 is EOL and nothing depends on this package. * gnu/packages/gstreamer.scm (python-gst)[properties]: Remove. (python2-gst): Remove variable.
2020-10-13gnu: gst-plugins-bad: Add support for Secure Reliable Transport (SRT).Leo Famulari
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add srt-1.4.1.
2020-10-13gnu: VLC: Add support for Secure Reliable Transport (SRT).Leo Famulari
* gnu/packages/video.scm (vlc)[inputs]: Add srt-1.4.1.
2020-10-13gnu: FFmpeg: Add support for Secure Reliable Transport (SRT).Leo Famulari
* gnu/packages/video.scm (vlc)[inputs] Add srt-1.4.1. [arguments]: Pass "--enable-libsrt" to #:configure-flags.