summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: rust-capnp-futures-0.13: Fix build.Efraim Flashner2021-03-22
| | | | | | | * gnu/packages/crates-io.scm (rust-capnp-futures-0.13)[arguments]: Don't skip build. [cargo-inputs]: Replace rust-futures-0.1 with 0.3. [cargo-development-inputs]: Replace rust-quickcheck-0.2 with 0.9.
* gnu: Add rust-capnp-rpc-0.10: New variable.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-capnp-rpc-0.10): New variable.
* gnu: Add rust-capnp-futures-0.10.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-capnp-futures-0.10): New variable.
* gnu: Add rust-capnpc-0.10.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-capnpc-0.10): New variable.
* gnu: rust-capnp-0.13: Fix build.Efraim Flashner2021-03-22
| | | | | | | | * gnu/packages/crates-io.scm (rust-capnp-0.13)[arguments]: Don't skip build. [cargo-inputs]: Remove rust-futures-0.1. Replace rust-quickcheck-0.2 with 0.9. [cargo-development-inputs]: Replace rust-quickcheck-0.2 with 0.9.
* gnu: Add rust-capnp-0.10.Efraim Flashner2021-03-22
| | | | * gnu/packages/crates-io.scm (rust-capnp-0.10): New variable.
* gnu: rust-log-0.4: Fix inputs.Efraim Flashner2021-03-22
| | | | | | | | * gnu/packages/crates-io.scm (rust-log-0.4)[arguments]: Don't skip build. Skip tests. [cargo-inputs]: Replace rust-cfg-if-0.1 with 1. [cargo-development-inputs]: Add rust-serde-1, rust-serde-test-1, rust-sval-1, rust-value-bag-1.
* gnu: sequoia4pEp: Move to sequoia.scm.Efraim Flashner2021-03-22
| | | | | | | Don't have cross module package inheritance. * gnu/packages/pep.scm (sequoia4pEp): Move to ... * gnu/packages/sequoia.scm (sequoia4pEp): ... here. Hide package.
* gnu: python-pytest-django: Build with pytest-6.Efraim Flashner2021-03-22
| | | | | * gnu/packages/django.scm (python-pytest-django)[propagated-inputs]: Replace python-pytest with python-pytest-6.
* gnu: oil: Update to 0.8.8.Felix Gruber2021-03-21
| | | | | | * gnu/packages/shells.scm (oil): Update to 0.8.8. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu-maintenance: Exclude GNU Radio from the 'gnu-ftp' updater predicate.Ludovic Courtès2021-03-21
| | | | | | | | 'gnu-ftp' would only list old GNU Radio releases since new releases are no longer uploaded to ftp.gnu.org. With this change, 'generic-html' is picked up instead. * guix/gnu-maintenance.scm (pure-gnu-package?): Return #f for GNU Radio.
* gnu: poke: Update to 1.1.Ludovic Courtès2021-03-21
| | | | * gnu/packages/engineering.scm (poke): Update to 1.1.
* substitute: Choose compression method based on past CPU usage.Ludovic Courtès2021-03-21
| | | | | | | | | | | | | | | | | | This stems from the observation that substitute download can be CPU-bound when high-speed networks are in use: https://lists.gnu.org/archive/html/guix-devel/2020-12/msg00177.html * guix/narinfo.scm (decompresses-faster?): New procedure. (narinfo-best-uri): Add #:fast-decompression?. * guix/scripts/substitute.scm (%prefer-fast-decompression?): New variable. (call-with-cpu-usage-monitoring): New procedure. (with-cpu-usage-monitoring): New macro. (display-narinfo-data, process-substitution): Pass #:fast-decompression? to 'narinfo-best-uri'. (process-substitution): Wrap 'restore-file' call in 'with-cpu-usage-monitoring'. Set '%prefer-fast-decompression?'.
* gnu: balsa: Update to 2.6.2.Tobias Geerinckx-Rice2021-03-21
| | | | | * gnu/packages/mail.scm (balsa): Update to 2.6.2. [inputs]: Add libassuan. Upgrade gtksourceview.
* gnu: msmtp: Update to 1.8.15.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.15.
* gnu: webkitgtk: Update to 2.30.6.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.6.
* gnu: openresolv: Update to 3.12.0.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/dns.scm (openresolv): Update to 3.12.0.
* gnu: xfsprogs: Update to 5.11.0.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.11.0.
* gnu: rng-tools: Update to 6.12.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.12.
* gnu: haveged: Update to 1.9.14.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/linux.scm (haveged): Update to 1.9.14.
* gnu: mbpfan: Update to 2.2.1.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/linux.scm (mbpfan): Update to 2.2.1.
* gnu: perl-net-http: Update to 6.21.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/web.scm (perl-net-http): Update to 6.21.
* gnu: python-pygithub: Update to 1.54.1.Efraim Flashner2021-03-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-pygithub): Update to 1.54.1. [arguments]: Remove 'disable-failing-tests, 'prepare-for-tests phases. Add custom 'check phase. [propagated-inputs]: Add python-cryptography. [native-inputs]: Add python-httpretty, python-pytest.
* gnu: python-httpretty: Update to 1.0.5.Efraim Flashner2021-03-21
| | | | | | | | * gnu/packages/web.scm (python-httpretty): Update to 1.0.5. [arguments]: Disable tests. Add custom 'check phase. [propagated-inputs]: Remove field. [native-inputs]: Remove python-httplib2, python-mock, python-nose-randomly, python-urllib3. Add python-eventlet.
* gnu: linux-libre 4.19: Update to 4.19.182.Leo Famulari2021-03-21
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.182. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.107.Leo Famulari2021-03-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.107. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.25.Leo Famulari2021-03-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.25. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.11.8.Leo Famulari2021-03-21
| | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.8. (linux-libre-5.11-pristine-source): Update hash.
* gnu: wcslib: Update to 7.5.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/astronomy.scm (wcslib): Update to 7.5.
* gnu: gnumeric: Update to 1.12.49.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/gnome.scm (gnumeric): Update to 1.12.49.
* gnu: jasper: Update to 2.0.27.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/image.scm (jasper): Update to 2.0.27.
* gnu: fluidsynth: Update to 2.1.8.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 2.1.8.
* gnu: vim: Update to 8.2.2632.Tobias Geerinckx-Rice2021-03-21
| | | | | * gnu/packages/vim.scm (vim): Update to 8.2.2632. [arguments]: Disable another test (Test_combining_double_width).
* gnu: inxi-minimal: Update to 3.3.03-1.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.03-1.
* gnu: qtractor: Update to 0.9.21.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/music.scm (qtractor): Update to 0.9.21.
* gnu: padthv1: Update to 0.9.21.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/music.scm (padthv1): Update to 0.9.21.
* gnu: samplv1: Update to 0.9.21.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.21.
* gnu: drumkv1: Update to 0.9.21.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.21.
* gnu: synthv1: Update to 0.9.21.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/music.scm (synthv1): Update to 0.9.21.
* gnu: youtube-dl: Update to 2021.03.14.Tobias Geerinckx-Rice2021-03-21
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.03.14.
* gnu: emacs-package-lint: Install missing data.Jelle Licht2021-03-21
| | | | | | | | The `package-lint-symbol-info' constant in this package depends on the stdlib-changes file being installed. * gnu/packages/emacs-xyz.scm (emacs-package-lint)[arguments]: Add the #:include argument.
* gnu: Add movim-desktop.Raghav Gururajan2021-03-21
| | | | | | * gnu/packages/messaging.scm (movim-desktop): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add guile-quickcheck.Timothy Sample2021-03-21
| | | | * gnu/packages/guile-xyz.scm (guile-quickcheck): New variable.
* gnu: python-pikepdf: Update to 2.9.1.Nicolas Goaziou2021-03-21
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.9.1.
* gnu: emacs-ebuild-mode: Update to 1.52.Nicolas Goaziou2021-03-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.52.
* gnu: fet: Update to 5.49.1.Nicolas Goaziou2021-03-21
| | | | * gnu/packages/education.scm (fet): Update to 5.49.1.
* gnu: emilua: Update to 0.3.0.Vinícius dos Santos Oliveira2021-03-21
| | | | | | | | | | * gnu/packages/lua.scm (emilua): Update to 0.3.0. [arguments]: Add guix version suffix, enable http module. Disable manpages. [inputs]: Add fmt. [search-paths]: New field. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add linux-libre-arm-generic at version 5.10.Vagrant Cascadian2021-03-20
| | | | * gnu/packages/linux.scm (linux-libre-arm-generic-5.10): New variable.
* gnu: Add linux-libre-arm64-generic at version 5.10.Vagrant Cascadian2021-03-20
| | | | * gnu/packages/linux.scm (linux-libre-arm64-generic-5.10): New variable.
* gnu: Add julia-http.nixo2021-03-20
| | | | | | * gnu/packages/julia-xyz.scm (julia-http): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>