summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-18gnu: gnome-bluetooth: Update to 3.34.0.Kei Kebreau
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.0. (cherry picked from commit 9d875e791fcca55807cdce623842b80eac0bf345)
2020-04-18gnu: glib-networking: Update to 2.62.2.Kei Kebreau
* gnu/packages/gnome.scm (glib-networking): Update to 2.62.2. (cherry picked from commit 48d8c3b28f4edb2607e84334ffdf064850642318)
2020-04-18gnu: gedit: Update to 3.34.1.Kei Kebreau
* gnu/packages/gnome.scm (gedit): Update to 3.34.1. (cherry picked from commit 49c537dab1cd4ff7aa154c5817e0c83c2ee02197)
2020-04-18gnu: epiphany: Update to 3.34.2.Kei Kebreau
* gnu/packages/gnome.scm (epiphany): Update to 3.34.2. (cherry picked from commit 7c4411701354e84d877816e095f01c1075cbff9d)
2020-04-18gnu: libdazzle: Update to 3.34.1.Kei Kebreau
* gnu/packages/gnome.scm (libdazzle): Update to 3.34.1. (cherry picked from commit 781da7d80b6b3a8e48b922acb754a5ba47f1d98b)
2020-04-18gnu: gsettings-desktop-schemas: Update to 3.34.0.Kei Kebreau
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.34.0. (cherry picked from commit fdfaefaaf4ee56a34276cbf6d431bf388518dd6a)
2020-04-18gnu: gnome-backgrounds: Update to 3.34.0.Kei Kebreau
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.34.0. (cherry picked from commit 873082931dd5e25320cc77c7ba2bec1e36520f46)
2020-04-18gnu: gnome-desktop: Update to 3.34.2.Kei Kebreau
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.34.2. (cherry picked from commit 8ff022afb1da6ae4eb345e0f9836e285c137b9c2)
2020-04-18gnu: eog: Update to 3.34.1.Kei Kebreau
* gnu/packages/gnome.scm (eog): Update to 3.34.1. [inputs]: Replace librsvg with librsvg-next. (cherry picked from commit 904227e94edbe97f4c28871a9d2e899936c08692)
2020-04-18gnu: dconf-editor: Update to 3.34.2.Kei Kebreau
* gnu/packages/gnome.scm (dconf-editor): Update to 3.34.2. [arguments]: Remove obsolete 'set-glib-minimum-version' phase. [home-page]: Follow permanent redirect. (cherry picked from commit 929ad4f3f3e33add34bd9eebebdd08e9476063b6)
2020-04-18gnu: dconf: Update to 3.34.0.Kei Kebreau
* gnu/packages/gnome.scm (dconf): Update to 3.34.0. (cherry picked from commit a720afbc4e0b7366261e5c4784fc9bb807bd4f87)
2020-04-18gnu: adwaita-icon-theme: Update to 3.34.3.Kei Kebreau
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.34.3. (cherry picked from commit e8cccae4e1964df5bbe63c37bc5b23dea5e19709)
2020-04-18gnu: python-cython: Update to 0.29.16.Efraim Flashner
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.16.
2020-04-18gnu: qrcodegen-cpp: Update to 1.6.0.Efraim Flashner
* gnu/packages/aidc.scm (qrcodegen-cpp): Update to 1.6.0.
2020-04-18gnu: vim-asyncrun: Update to 2.7.5.Efraim Flashner
* gnu/packages/vim.scm (vim-asyncrun): Update to 2.7.5.
2020-04-18gnu: libavif: Update to 0.7.1.Leo Famulari
* gnu/packages/image.scm (libavif): Update to 0.7.1. [arguments]: Run the test suite.
2020-04-18gnu: Add node-semver.Giacomo Leidi
* gnu/packages/node-xyz.scm (node-semver): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-04-18gnu: chess: Update to 6.2.6.Efraim Flashner
* gnu/packages/games.scm (chess): Update to 6.2.6.
2020-04-18gnu: chess: Set upstream name and ftp-directory.Efraim Flashner
* gnu/packages/games.scm (chess)[properties]: New field. Add upstream-name and ftp-directory.
2020-04-18installer: Fix backtrace display.Mathieu Othacehe
The 'syslog' macro cannot be resolved in the pre-unwind-handler context. Failed to resolve 'syslog' in this context resulted in the swallowing of all installation errors. Fixes 5c04b00cf463a543b8ffc9eb55991f6b4cc145dd. * gnu/installer.scm (installer-program): Use (gnu installer utils) module.
2020-04-18guix: self: Use guile with libgc-7.Christopher Baines
Rather than libgc version 8. This should avoid crashes that can occur, particularly when loading data in to the Guix Data Service [1]. 1: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40525 * gnu/packages/guile.scm (guile-3.0/libgc-7): New variable. * guix/self.scm (specification->package): Use guile-3.0/libgc-7 for guile.
2020-04-18gnu: linphoneqt: Fix crashes.Raghav Gururajan
The application was crashing when clicking on the Preferences menu or the conference icon. * gnu/packages/patches/linphoneqt-tabbutton.patch: Add file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/linphone.scm (linphoneqt)[source]: Use it. [inputs]: Add qtquickcontrols. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-04-17gnupg: Accept revoked keys.Tobias Geerinckx-Rice
I (nckx) have revoked all RSA subkeys, in favour of my older and freshly-refreshed ECDSA ones. This was merely a precaution: to my knowledge all my RSA private keys have been carefully destroyed and were never compromised. This commit keeps ‘make authenticate’ happy. * guix/gnupg.scm (revkeysig-rx): New variable for revoked keys. (gnupg-verify): Parse it. (gnupg-status-good-signature?): Accept it as ‘good’ for our purposes. * build-aux/git-authenticate.scm (%committers): Clarify nckx's subkeys. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: Use the test-only time zone database where appropriate.Leo Famulari
* gnu/packages/backup.scm (duplicity)[inputs]: Remove tzdata. [native-inputs]: Add tzdata-for-tests. * gnu/packages/finance.scm (ledger): Likewise. * gnu/packages/compression.scm (lhasa)[native-inputs]: Use tzdata-for-tests. * gnu/packages/cran.scm (r-rstan)[native-inputs]: Likewise. * gnu/packages/databases.scm (mongodb)[native-inputs]: Likewise. * gnu/packages/kde-frameworks.scm (kdelibs4support)[native-inputs]: Likewise.
2020-04-17gnu: trezord: Update to 2.0.29.Martin Becze
* gnu/packages/finance.scm (trezord): Update to 2.0.29. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17ui: Fix typos, 80-col & grammar in comments & docstrings.Vincent Legoll
* guix/ui.scm (load*): Fix comment line length. (leave-on-EPIPE): Fix typo in docstring. (substitutable-info): Fix typo in comment. (indented-string): Fix typo in docstring. (%package-metrics): Fix typo in comment. (run-guix): Fix grammar in docstring. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: fulcrum: Update to 1.1.0TomZ
* gnu/packages/finance.scm (fulcrum): Update to 1.1.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17doc: Update nar decompression examples.mikadoZero
* doc/guix.texi (Invoking guix archive): Show /gzip URL. Add cross-reference to "Invoking guix challenge". (Invoking guix challenge): Show /lzip URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17services: account: Have 'user-processes' depend on 'user-homes'.Ludovic Courtès
Until now, 'user-homes' happened to start right after 'user-processes' and before services that depend on a home directory but the dependency was not explicit. This addresses it. * gnu/system/shadow.scm (account-service-type): Extend USER-PROCESSES-SERVICE-TYPE.
2020-04-17services: Move 'user-processes' to (gnu services shepherd).Ludovic Courtès
* gnu/services/base.scm (%do-not-kill-file) (user-processes-shepherd-service, user-processes-service-type): Move to... * gnu/services/shepherd.scm: ... here.
2020-04-17maint: Provide the configuration file in the VM image.Ludovic Courtès
This fixes a bug introduced in 362bcdb1b076c8c46f71781add56dfbe532736dc whereby the VM image would no longer contain /etc/config.scm, contrary to what the manual says. Reported by dbdude on #guix. * Makefile.am (release): Pass '--save-provenance' to 'guix system vm-image'. * doc/guix.texi (Running Guix in a VM): Adjust file name accordingly.
2020-04-17gnu: linux-libre: Update to 5.4.33.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.33. (linux-libre-5.4-pristine-source): Update hash.
2020-04-17gnu: linux-libre@5.6: Update to 5.6.5.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.5. (linux-libre-5.6-pristine-source): Update hash.
2020-04-17gnu: linux-libre@4.19: Update to 4.19.116.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.116. (linux-libre-4.19-pristine-source): Update hash.
2020-04-17news: Add entry for the further reduced (aka Scheme-only) bootstrap.Jan (janneke) Nieuwenhuizen
* etc/news.scm: Add entry for the further reduced (aka Scheme-only) bootstrap.
2020-04-17gnu: ungoogled-chromium: Update to 81.0.4044.113-0.b484ad4 [fixes ↵Marius Bakke
CVE-2020-6457]. * gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.113. (%chromium-origin): Update hash.
2020-04-17status: Allow double-click select of URLs.TomZ
Various places while downloading or compiling guix prints the source URL. This change makes the URL easier to use by placing a space between the URL and the trailing dots. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-04-17gnu: python-pygenometracks: Update to 3.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pygenometracks): Update to 3.3. [arguments]: Add phase "relax-requirements"; disable tests. [propagated-inputs]: Remove python-configparser and python-hicexplorer; add python-gffutils, python-pysam, and python-tqdm.
2020-04-17gnu: Add python-hicmatrix.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-hicmatrix): New variable.
2020-04-17gnu: python-cooler: Update to 0.8.7.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-cooler): Update to 0.8.7. [propagated-inputs]: Add python-asciitree, python-numpy, python-pyyaml, and python-simplejson. [native-inputs]: Remove python-nose, python-numpydoc, and python-sphinx; add python-pytest.
2020-04-17gnu: python-pybigwig: Update to 0.3.17.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.17.
2020-04-17gnu: python-tables: Update to 3.6.1.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python-tables): Update to 3.6.1. [arguments]: Adjust use-gcc phase.
2020-04-17gnu: python-podcastparser: Run tests.Pierre Langlois
* gnu/packages/gpodder.scm (python-podcastparser)[native-inputs]: Add python-coverage. [arguments]: Replace 'check phase and invoke "nosetests". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: gpodder: Run tests.Pierre Langlois
* gnu/packages/gpodder.scm (gpodder)[native-inputs]: Add python-coverage and python-minimock. [arguments]: Replace the 'check phase and invoke "make unittest". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: gpodder: Update to 3.10.15.Pierre Langlois
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17maint: Build binary tarball without '-K'.Ludovic Courtès
This is a followup to 8b292ffd3cd969286ee9cbdb70fde8cf384b9b8b. * Makefile.am (guix-binary.%.tar.xz): Remove '-K' to allow for offloading.
2020-04-17doc: Replace incorrect uses of @var with @code.Ludovic Courtès
@var is for meta-syntactic variables but it is used in some places for mere variables, which is incorrect and leads to inconsistent layout in PDF and HTML. * doc/guix.texi (package Reference, The Store Monad) (G-Expressions, operating-system Reference) (File Systems, Base Services, Log Rotation) (Networking Services, Invoking guix deploy): Replace incorrect uses of @var with @code.
2020-04-17gnu: dovecot: Add libunwind input for arm.Pierre Langlois
* gnu/packages/mail.scm (dovecot)[inputs]: Add libunwind when targetting arm. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17gnu: khard: Move propagated-inputs to inputs.Efraim Flashner
As a package one would install we can rely on wrapping the package and not propagating inputs to make it work correctly. * gnu/packages/mail.scm (khard)[propagated-inputs]: Move all python packages ... [inputs]: ... to here.
2020-04-17gnu: khal: Move propagated inputs to inputs.Efraim Flashner
As a package one would install we can rely on wrapping the package and not propagating inputs to make it work correctly. * gnu/packages/calendar.scm (khal)[propagated-inputs]: Move all python packages... [inputs]: ... to here.