summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-17gnu: gnurl: Update home page.Ludovic Courtès
* gnu/packages/gnunet.scm (gnurl): Update 'home-page'.
2020-06-17gnu: font-sarasa-gothic: Update to 0.12.7Zhu Zihao
From 5e41fcb899267b6854990e79edca3526e90ebb11 Mon Sep 17 00:00:00 2001 From: Zhu Zihao <all_but_last@163.com> Date: Wed, 17 Jun 2020 21:33:01 +0800 Subject: [PATCH] gnu: font-sarasa-gothic: Update to 0.12.7 Signed-off-by: Leo Famulari <leo@famulari.name>
2020-06-17gnu: vlc: Update to 3.0.11.Tobias Geerinckx-Rice
* gnu/packages/video.scm (vlc): Update to 3.0.11.
2020-06-17gnu: foo2zjs: Update to 20200610.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (foo2zjs): Update to 20200610.
2020-06-17gnu: xmobar: Update to 0.34.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (xmobar): Update to 0.34.
2020-06-17gnu: nix: Update to 2.3.6.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (nix): Update to 2.3.6.
2020-06-17gnu: linphoneqt: Remove obsolete phase.Maxim Cournoyer
Now that we have Qt 5.14, having SOURCE_DATE_EPOCH set prevents reproducibility problems with the Qt Resource Compiler (this was fixed upstream in Qt 5.13). * gnu/packages/linphone.scm (linphoneqt)[phases]: Remove obsolete 'set-qt-rcc-source-date-override phase.
2020-06-17gnu: emacs-elpy: Disable two tests that fail when building with Emacs 27.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-elpy)[phases]{disable-problematic-tests}: New phase.
2020-06-17gnu: emacs-elpy: Update to 1.34.0.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-elpy): Update to 1.34.0.
2020-06-17gnu: xsnow: Update to 2.0.22.Timotej Lazar
* gnu/packages/toys.scm (xsnow): Update to 2.0.22. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-17gnu: guix: Update to 1.1.0-11.204623b.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.204623b.
2020-06-17gnu: znc: Update home-page.Efraim Flashner
* gnu/packages/messaging.scm (znc)[home-page]: Follow redirect.
2020-06-17gnu: znc: Use HTTPS.Timotej Lazar
* gnu/packages/messaging.scm (znc)[source]: Use HTTPS. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-17gnu: efl: Update to 1.24.3.Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.24.3. [arguments]: Remove opengl flags from configure-flags.
2020-06-17gnu: kodi: Update to 18.7.1.Efraim Flashner
* gnu/packages/kodi.scm (kodi): Update to 18.7.1.
2020-06-17gnu: mgba: Update to 0.8.2.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (mgba): Update to 0.8.2.
2020-06-17gnu: rocksdb: Update to 6.10.2.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (rocksdb): Update to 6.10.2.
2020-06-17gnu: sbsigntools: Update to 0.9.4.Tobias Geerinckx-Rice
* gnu/packages/efi.scm (sbsigntools): Update to 0.9.4.
2020-06-17gnu: hplip: Update to 3.20.6.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (hplip): Update to 3.20.6.
2020-06-17gnu: corsix-th: Update to 0.64.Tobias Geerinckx-Rice
* gnu/packages/games.scm (corsix-th): Update to 0.64.
2020-06-17Revert "gnu: guix: Update to 1.1.0-11.559491e."Mathieu Othacehe
This reverts commit ed8583d162761f0683ea9523298db2e671a1ad09 because of some test failures.
2020-06-17gnu: gnurl: Update to 7.70.0.nikita
* gnu/packages/gnunet.scm (gnurl): Update to 7.70.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-17profiles: Add comment at the top of 'manifest' file.Ludovic Courtès
* guix/build/profiles.scm (build-profile): Add comment at the top of MANIFEST-FILE.
2020-06-17gnu: Add guvcview.Ludovic Courtès
* gnu/packages/video.scm (guvcview): New variable.
2020-06-17gnu: Add frozen-bubble.Nicolas Goaziou
* gnu/packages/games.scm (frozen-bubble): New variable.
2020-06-17gnu: Add perl-sdl.Nicolas Goaziou
* gnu/packages/perl.scm (perl-sdl): New variable.
2020-06-17gnu: Add perl-alien-sdl.Nicolas Goaziou
* gnu/packages/perl.scm (perl-alien-sdl): New variable.
2020-06-17gnu: guix: Update to 1.1.0-11.559491e.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.1.0-11.559491e.
2020-06-17gnu: Transmission: Clean up the package definition.Leo Famulari
* gnu/packages/bittorrent.scm (transmission)[license]: Correct the license field. [inputs]: Remove unused inputs inotify-tools, cyrus-sasl, and file.
2020-06-16gnu: papirus-icon-theme: Update to 20200602.Giacomo Leidi
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20200602. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-16gnu: gnome-shell-extension-dash-to-panel: Update to 37.Giacomo Leidi
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-panel): Update to 37.
2020-06-16gnu: Add chatty.Jonathan Brielmaier
* gnu/packages/messaging.scm (chatty): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16gnu: Add purple-mm-sms.Jonathan Brielmaier
* gnu/packages/messaging.scm (purple-mm-sms): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16gnu: Add feedbackd.Jonathan Brielmaier
* gnu/packages/gnome.scm (feedbackd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16gnu: poetry: Update to 1.0.9.Tanguy Le Carrour
* gnu/packages/python-xyz.scm (poetry): Update to 1.0.9. [arguments] Adjust required versions of pyrsistent. Remove required version of importlib-metadata. [propagated-inputs] Add python-msgpack-transitional. Remove python-importlib-metadata. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16gnu: python-memcached: Add patch to fix syntax warnings.Tanguy Le Carrour
* gnu/packages/patches/python-memcached-syntax-warnings.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-memcached)[source]: Add it. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16gnu: guile-chickadee: Supress guile warnings.Efraim Flashner
* gnu/packages/game-development.scm (guile-chickadee)[arguments]: Add make-flag to not autocompile guile files.
2020-06-16gnu: guile-sdl2: Remove unused configure-flags.Efraim Flashner
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Remove configure-flags.
2020-06-16gnu: guile-chickadee: Update to 0.5.0.Danny O'Brien
* gnu/packages/game-development.scm (guile-chickadee): Update to 0.5.0. [inputs]: Add libvorbis, mpg123, openal. (guile3.0-chickadee)[inputs]: Same. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16gnu: guile-sdl2: Update to 0.5.0.Danny O'Brien
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-16gnu: emacs-deadgrep: Update to 0.10.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-deadgrep): Update to 0.10. [inputs]: change into... [propagated-inputs]: ... this. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-06-16gnu: emacs-emms: Update to 5.42.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 5.42. [source]: Use GNU ELPA repository. [arguments]: Remove unnecessary phases.
2020-06-16gnu: crawl: Update to 0.25.0.Christopher Lemmer Webber
* gnu/packages/games.scm (crawl): Update to 0.25.0.
2020-06-16gnu: python-ipython: Use python-prompt-toolkit-2.Ricardo Wurmus
This prevents conflicting variants of python-prompt-toolkit from being installed, which prevented jupyter from being installed. * gnu/packages/python-xyz.scm (python-ipython)[propagated-inputs]: Replace python-prompt-toolkit with python-prompt-toolkit-2. (python-widgetsnbextension)[propagated-inputs]: Do not use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipykernel. (python-ipywidgets)[propagated-inputs]: Do not use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipython. (python-jupyter-console)[propagated-inputs]: Do not use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipykernel. (prompt-toolkit-2-instead-of-prompt-toolkit): Remove variable. * gnu/packages/machine-learning.scm (python-iml)[propagated-inputs]: Do not use prompt-toolkit-2-instead-of-prompt-toolkit on python-ipython.
2020-06-16installer: final: Remove restart-service procedure.Mathieu Othacehe
* gnu/installer/final.scm (umount-cow-store): Remove "restart-service" that is now provided by (gnu services herd).
2020-06-16gnu: libmateweather: Fix tests.Mathieu Othacehe
Apply the following upstream fix: https://github.com/mate-desktop/libmateweather/commit/ea13e06563fb5fa53f8a9643156a64825e986acb. * gnu/packages/mate.scm (libmateweather)[source]: Fix tests by renaming America/Godthab timezone to America/Nuuk.
2020-06-16maint: "make authenticate" behaves like 'guix pull' by default.Ludovic Courtès
* build-aux/git-authenticate.scm (%use-historical-authorizations?) (%introductory-commit): New variables. * build-aux/git-authenticate.scm (git-authenticate): Use pass the empty list as #:default-authorizations when %USE-HISTORICAL-AUTHORIZATIONS? is false.
2020-06-16time-machine: Add '--disable-authentication'.Ludovic Courtès
* guix/inferior.scm (cached-channel-instance): Add #:authenticate? and pass it to 'latest-channel-instances'. * guix/scripts/time-machine.scm (show-help, %options): Add '--disable-authentication'. (%default-options): Add 'authenticate-channels?'. (guix-time-machine): Honor it.
2020-06-16pull: Add '--disable-authentication'.Ludovic Courtès
* guix/channels.scm (latest-channel-instance): Add #:authenticate? and honor it. (latest-channel-instances): Likewise. * guix/scripts/pull.scm (%default-options): Add 'authenticate-channels?'. (show-help, %options): Add '--disable-authentication'. (guix-pull): Pass #:authenticate? to 'latest-channel-instances'. * doc/guix.texi (Invoking guix pull): Document it.
2020-06-16channels: Automatically add introduction for the official 'guix' channel.Ludovic Courtès
This is useful when people run "guix time-machine -C channels.scm", where 'channels.scm' misses channel introductions. * guix/channels.scm (%default-channel-url): New variable. (%default-channels): Use it. (ensure-default-introduction): New procedure. (latest-channel-instance): Call it.