jackhill/guix/guix.git
3 years agognu: Add bshapr.
Alexandros Theodotou [Wed, 8 Jul 2020 21:31:48 +0000 (22:31 +0100)]
gnu: Add bshapr.

* gnu/packages/music.scm (bshapr): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: Add ninjas2.
Alexandros Theodotou [Wed, 8 Jul 2020 21:22:19 +0000 (22:22 +0100)]
gnu: Add ninjas2.

* gnu/packages/music.scm (ninjas2): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: carla: Add gtk2 dependency.
Alexandros Theodotou [Wed, 8 Jul 2020 20:31:38 +0000 (21:31 +0100)]
gnu: carla: Add gtk2 dependency.

* gnu/packages/audio.scm (carla)[inputs]: Add gtk2 to allow bridging
  gtk2 plugins in gtk3 hosts.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu: carla: Update to 2.1.1.
Alexandros Theodotou [Wed, 8 Jul 2020 20:30:39 +0000 (21:30 +0100)]
gnu: carla: Update to 2.1.1.

* gnu/packages/audio.scm (carla): Update to 2.1.1.

Signed-off-by: Marius Bakke <marius@gnu.org>
3 years agognu-maintenance: Recognize "RC" as denoting a pre-release tarball.
Ludovic Courtès [Mon, 20 Jul 2020 21:41:22 +0000 (23:41 +0200)]
gnu-maintenance: Recognize "RC" as denoting a pre-release tarball.

* guix/gnu-maintenance.scm (%alpha-tarball-rx): Add "RC".

3 years agognu-maintenance: Handle lists returned by 'origin-uri'.
Ludovic Courtès [Mon, 20 Jul 2020 21:36:33 +0000 (23:36 +0200)]
gnu-maintenance: Handle lists returned by 'origin-uri'.

This fixes "guix refresh man-pages", for instance.

* guix/gnu-maintenance.scm (latest-savannah-release)
(latest-kernel.org-release): Handle the case where 'origin-uri' returns
a list.

3 years agognu-maintenance: Call 'adjusted-upstream-source' only when there's a source.
Ludovic Courtès [Mon, 20 Jul 2020 21:31:48 +0000 (23:31 +0200)]
gnu-maintenance: Call 'adjusted-upstream-source' only when there's a source.

This is a followup to 59a47fb67853dd28891376fc970699f11c0f972f.

* guix/gnu-maintenance.scm (latest-savannah-release): Call
'adjusted-upstream-source' only when 'latest-html-release' returns
true.
(latest-kernel.org-release): Likewise.

3 years agognu: python-aionotify: Fix test cases with Python 3.8.
Lars-Dominik Braun [Mon, 13 Jul 2020 15:25:00 +0000 (17:25 +0200)]
gnu: python-aionotify: Fix test cases with Python 3.8.

* gnu/packages/python-xyz.scm (patches): Add fix.
* gnu/packages/patches/python-aionotify-0.2.0-py3.8.patch: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agojson: Re-export 'define-json-mapping' from (json) when available.
Ludovic Courtès [Mon, 20 Jul 2020 21:19:37 +0000 (23:19 +0200)]
json: Re-export 'define-json-mapping' from (json) when available.

This prepares for the migration to Guile-JSON 4.3.0.

* guix/json.scm (define-as-needed): New macro.
(define-json-mapping): Use 'define-as-needed' instead of
'define-syntax-rule'.

3 years agognu-maintenance: 'kernel.org' and 'savannah' updaters rewrite URLs.
Ludovic Courtès [Mon, 20 Jul 2020 19:26:51 +0000 (21:26 +0200)]
gnu-maintenance: '' and 'savannah' updaters rewrite URLs.

This makes sure they return 'mirror://' URLs rather that URLs pointing
to the specific mirror they talk to.

* guix/gnu-maintenance.scm (url-prefix-rewrite)
(adjusted-upstream-source): New procedures.
(latest-savannah-release, latest-kernel.org-release): Use it.

3 years agoupstream: Use 'warning' instead of 'format'.
Ludovic Courtès [Mon, 20 Jul 2020 19:16:17 +0000 (21:16 +0200)]
upstream: Use 'warning' instead of 'format'.

* guix/upstream.scm (update-package-source): Use 'warning' instead of 'format'.

3 years agodownload: Add Savannah mirror.
Ludovic Courtès [Mon, 20 Jul 2020 18:38:51 +0000 (20:38 +0200)]
download: Add Savannah mirror.

* guix/download.scm (%mirrors): Add nongnu.freemirror.org.

3 years agognu-maintenance: Add 'savannah' updater.
Ludovic Courtès [Mon, 20 Jul 2020 18:36:53 +0000 (20:36 +0200)]
gnu-maintenance: Add 'savannah' updater.

* guix/gnu-maintenance.scm (savannah-package?, %savannah-base)
(%savannah-updater): New variables.
(latest-savannah-release): New procedure.
(latest-xorg-release): Fix docstring.

3 years agognu-maintenance: 'latest-html-release' honors #:file->signature.
Ludovic Courtès [Mon, 20 Jul 2020 18:35:20 +0000 (20:35 +0200)]
gnu-maintenance: 'latest-html-release' honors #:file->signature.

* guix/gnu-maintenance.scm (latest-html-release): Call FILE->SIGNATURE
instead of the in-line ".tar.sign" policy.

3 years agopack: Build the store database under a UTF-8 locale.
Ludovic Courtès [Mon, 20 Jul 2020 14:12:29 +0000 (16:12 +0200)]
pack: Build the store database under a UTF-8 locale.

Fixes <https://bugs.gnu.org/42389>.
Reported by branjam4@gmail.com.

* guix/scripts/pack.scm (store-database)[build]: Add calls to 'setenv'
and 'setlocale'.
* tests/pack.scm ("self-contained-tarball + localstatedir, UTF-8 file
names"): New test.

3 years agopack: 'self-contained-tarball' runs derivation in a UTF-8local.
Ludovic Courtès [Mon, 20 Jul 2020 14:11:24 +0000 (16:11 +0200)]
pack: 'self-contained-tarball' runs derivation in a UTF-8local.

* guix/scripts/pack.scm (self-contained-tarball)
[set-utf8-locale]: New variable.
[build]: Use it.
* tests/pack.scm ("self-contained-tarball"): Use a <profile> record
instead of 'profile-derivation'.

3 years agossh: Speed up RPCs by using #:nodelay.
Lars-Dominik Braun [Mon, 20 Jul 2020 09:28:51 +0000 (11:28 +0200)]
ssh: Speed up RPCs by using #:nodelay.

Partly fixes <https://bugs.gnu.org/41702>.

* guix/ssh.scm (open-ssh-session): Enable #:nodelay.
* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Add feature check for this new parameter.
* doc/guix.texi (Requirements): Adjust.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: guile-ssh: Update to 0.13.0.
Lars-Dominik Braun [Mon, 20 Jul 2020 09:27:35 +0000 (11:27 +0200)]
gnu: guile-ssh: Update to 0.13.0.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.13.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
3 years agognu: python-zope-security: Update to 5.1.1.
Efraim Flashner [Mon, 20 Jul 2020 14:56:09 +0000 (17:56 +0300)]
gnu: python-zope-security: Update to 5.1.1.

* gnu/packages/python-web.scm (python-zope-security): Update to 5.1.1.
[arguments]: Don't skip tests.
[native-inputs]: Add python-btrees, python-zope-component-bootstrap,
python-zope-location-bootstrap. Replace python-zope-configuration with
python-zope-configuration-bootstrap.

3 years agognu: Adsd python-transaction.
Efraim Flashner [Mon, 20 Jul 2020 14:49:44 +0000 (17:49 +0300)]
gnu: Adsd python-transaction.

* gnu/packages/python-web.scm (python-transaction): New variable.

3 years agognu: Add python-zope-location-bootstrap.
Efraim Flashner [Mon, 20 Jul 2020 14:48:40 +0000 (17:48 +0300)]
gnu: Add python-zope-location-bootstrap.

* gnu/packages/python-web.scm (python-zope-location-bootstrap): New
hidden package.

3 years agognu: Add python-zope-configuration-bootstrap.
Efraim Flashner [Mon, 20 Jul 2020 14:47:43 +0000 (17:47 +0300)]
gnu: Add python-zope-configuration-bootstrap.

* gnu/packages/python-web.scm (python-zope-configuration-bootstrap): New
hidden variable.

3 years agognu: Add python-zope-component-bootstrap.
Efraim Flashner [Mon, 20 Jul 2020 14:46:38 +0000 (17:46 +0300)]
gnu: Add python-zope-component-bootstrap.

* gnu/packages/python-web.scm (python-zope-component-bootstrap): New
hidden variable.

3 years agognu: Add python-btrees.
Efraim Flashner [Mon, 20 Jul 2020 14:45:23 +0000 (17:45 +0300)]
gnu: Add python-btrees.

* gnu/packages/python-web.scm (python-btrees): New variable.

3 years agognu: Add python-persistent.
Efraim Flashner [Mon, 20 Jul 2020 14:44:42 +0000 (17:44 +0300)]
gnu: Add python-persistent.

* gnu/packages/python-web.scm (python-persistent): New variable.

3 years agognu: python-zope-configuration: Update to 4.4.0.
Efraim Flashner [Mon, 20 Jul 2020 14:41:52 +0000 (17:41 +0300)]
gnu: python-zope-configuration: Update to 4.4.0.

* gnu/packages/python-web.scm (python-zope-configuration): Update to
4.4.0.
[arguments]: Don't skip tests.
[native-inputs]: Add python-manuel.

3 years agognu: Add python-manuel.
Efraim Flashner [Mon, 20 Jul 2020 14:39:57 +0000 (17:39 +0300)]
gnu: Add python-manuel.

* gnu/packages/python-web.scm (python-manuel): New variable.

3 years agognu: python-zope-schema: Update to 6.0.0.
Efraim Flashner [Mon, 20 Jul 2020 14:37:55 +0000 (17:37 +0300)]
gnu: python-zope-schema: Update to 6.0.0.

* gnu/packages/python-web.scm (python-zope-schema): Update to 6.0.0.
[arguments]: Don't skip tests. Use custom 'check phase.

3 years agognu: python-zope-interface: Update to 5.1.0.
Efraim Flashner [Mon, 20 Jul 2020 14:31:45 +0000 (17:31 +0300)]
gnu: python-zope-interface: Update to 5.1.0.

* gnu/packages/python-web.scm (python-zope-interface): Update to 5.1.0.
[arguments]: Skip tests.
[native-inputs]: Add python-coverage, python-nose, python-zope-testing.

3 years agognu: python-zope-proxy: Update to 4.3.5.
Efraim Flashner [Mon, 20 Jul 2020 14:26:48 +0000 (17:26 +0300)]
gnu: python-zope-proxy: Update to 4.3.5.

* gnu/packages/python-web.scm (python-zope-proxy): Update to 4.3.5.

3 years agognu: python-zope-proxy: Run the tests.
Efraim Flashner [Mon, 20 Jul 2020 14:25:15 +0000 (17:25 +0300)]
gnu: python-zope-proxy: Run the tests.

* gnu/packages/python-web.scm (python-zope-proxy)[arguments]: Don't skip
tests.
[native-inputs]: Add python-zope-security-bootstrap.

3 years agognu: Add python-zope-security-bootstrap.
Efraim Flashner [Mon, 20 Jul 2020 14:22:53 +0000 (17:22 +0300)]
gnu: Add python-zope-security-bootstrap.

* gnu/packages/python-web.scm (python-zope-security-bootstrap): New
hidden package.

3 years agognu: Add python-zope-proxy-bootstrap.
Efraim Flashner [Mon, 20 Jul 2020 14:21:45 +0000 (17:21 +0300)]
gnu: Add python-zope-proxy-bootstrap.

* gnu/packages/python-web.scm (python-zope-proxy-bootstrap): New hidden
package.

3 years agognu: python-zope-exceptions: Enable tests.
Efraim Flashner [Mon, 20 Jul 2020 14:19:05 +0000 (17:19 +0300)]
gnu: python-zope-exceptions: Enable tests.

* gnu/packages/python-web.scm (python-zope-exceptions)[arguments]: Use
custom 'check phase.
[native-inputs]: Add python-zope-testrunner-bootstrap.

3 years agognu: Add python-zope-testrunner-bootstrap.
Efraim Flashner [Mon, 20 Jul 2020 14:18:20 +0000 (17:18 +0300)]
gnu: Add python-zope-testrunner-bootstrap.

* gnu/packages/python-web.scm (python-zope-testrunner-bootstrap): New
hidden package.

3 years agognu: Add python-zope-exceptions-bootstrap.
Efraim Flashner [Mon, 20 Jul 2020 14:17:48 +0000 (17:17 +0300)]
gnu: Add python-zope-exceptions-bootstrap.

* gnu/packages/python-web.scm (python-zope-exceptions-bootstrap): New
hidden package.

3 years agognu: python-zope-exceptions: Update to 4.4.
Efraim Flashner [Mon, 20 Jul 2020 14:14:04 +0000 (17:14 +0300)]
gnu: python-zope-exceptions: Update to 4.4.

* gnu/packages/python-web.scm (python-zope-exceptions): Update to 4.4.

3 years agognu: python-zope-testrunner: Update to 5.2.
Efraim Flashner [Mon, 20 Jul 2020 14:03:24 +0000 (17:03 +0300)]
gnu: python-zope-testrunner: Update to 5.2.

* gnu/packages/python-web.scm (python-zope-testrunner): Update to 5.2.

3 years agognu: Add python-py3dns.
Efraim Flashner [Mon, 20 Jul 2020 13:57:57 +0000 (16:57 +0300)]
gnu: Add python-py3dns.

* gnu/packages/python-xyz.scm (python-py3dns): New variable.

3 years agognu: python-click: Update to 7.1.2.
Tanguy Le Carrour [Thu, 16 Jul 2020 12:43:29 +0000 (14:43 +0200)]
gnu: python-click: Update to 7.1.2.

* gnu/packages/python-xyz.scm (python-click): Update to 7.1.2.
[arguments] Fix the name of the file to modify. Set PYTHONPATH to make tests pass.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: rust-parking-lot-0.10: Upgrade to 0.10.2.
John Soo [Sat, 18 Jul 2020 14:16:23 +0000 (07:16 -0700)]
gnu: rust-parking-lot-0.10: Upgrade to 0.10.2.

* gnu/packages/crates-io.scm (rust-parking-lot-core-0.10): Upgrade to 0.10.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: rust-parking-lot-core-0.7: Update to 0.7.2.
John Soo [Sat, 18 Jul 2020 14:14:43 +0000 (07:14 -0700)]
gnu: rust-parking-lot-core-0.7: Update to 0.7.2.

* gnu/packages/crates-io.scm (rust-parking-lot-core-0.7): Update to 0.7.2.
[arguments]: In cargo-inputs replace rust-petgraph-0.4 with 0.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add rust-petgraph-0.5.
John Soo [Sat, 18 Jul 2020 14:11:56 +0000 (07:11 -0700)]
gnu: Add rust-petgraph-0.5.

* gnu/packages/crates-io.scm (rust-petgraph-0.5): New variable.
(rust-petgraph-0.4): Inherit from rust-petgraph-0.5.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add rust-fixedbitset-0.2.
John Soo [Sat, 18 Jul 2020 14:05:59 +0000 (07:05 -0700)]
gnu: Add rust-fixedbitset-0.2.

* gnu/packages/crates-io.scm (rust-fixedbitset-0.2): New variable.
(rust-fixedbitset-0.1): Inherit from rust-fixedbitset-0.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: rust-fixedbitset-0.1: Do not skip build.
John Soo [Sat, 18 Jul 2020 14:03:30 +0000 (07:03 -0700)]
gnu: rust-fixedbitset-0.1: Do not skip build.

* gnu/packages/crates-io.scm (rust-fixedbitset-0.1): [arguments] Do not skip
build.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: rust-petgraph-0.4: Do not skip build.
John Soo [Sat, 18 Jul 2020 13:57:49 +0000 (06:57 -0700)]
gnu: rust-petgraph-0.4: Do not skip build.

* gnu/packages/crates-io.scm (rust-petgraph-0.4): [arguments] Correct
dependencies, ignore failing test, do not skip build.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add rust-odds-0.2.
John Soo [Sat, 18 Jul 2020 13:43:01 +0000 (06:43 -0700)]
gnu: Add rust-odds-0.2.

* gnu/packages/crates-io.scm (rust-odds-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: rust-odds-0.3: Do not skip build.
John Soo [Sat, 18 Jul 2020 14:22:30 +0000 (07:22 -0700)]
gnu: rust-odds-0.3: Do not skip build.

* gnu/packages/crates-io.scm (rust-odds-0.3): Do not skip build.
[arguments]: In cargo-development-inputs replace rust-itertools-0.8 with
0.7, rust-lazy-static-1 with 0.2, rust-quickcheck-0.8 with 0.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add rust-itertools-0.5.
John Soo [Sat, 18 Jul 2020 14:41:55 +0000 (07:41 -0700)]
gnu: Add rust-itertools-0.5.

* gnu/packages/crates-io.scm (rust-itertools-0.5): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: rust-lock-api-0.3: Update to 0.3.4.
John Soo [Sat, 18 Jul 2020 13:30:14 +0000 (06:30 -0700)]
gnu: rust-lock-api-0.3: Update to 0.3.4.

* gnu/packages/crates-io.scm (rust-lock-api-0.3): Update to 0.3.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: python-pytest-vcr: Fix integration with pytest-5.
Efraim Flashner [Mon, 20 Jul 2020 12:34:23 +0000 (15:34 +0300)]
gnu: python-pytest-vcr: Fix integration with pytest-5.

* gnu/packages/python-check.scm (python-pytest-vcr): Update to 1.0.2-1.4d6c7b3.

3 years agognu: java-cisd-jhdf5: Update location of commons-io jar.
Ricardo Wurmus [Mon, 20 Jul 2020 10:44:26 +0000 (12:44 +0200)]
gnu: java-cisd-jhdf5: Update location of commons-io jar.

* gnu/packages/java.scm (java-cisd-jhdf5)[arguments]: Update location of
commons-io jar.

3 years agognu: java-cisd-base: Update location of commons-io jar.
Ricardo Wurmus [Mon, 20 Jul 2020 10:43:37 +0000 (12:43 +0200)]
gnu: java-cisd-base: Update location of commons-io jar.

* gnu/packages/java.scm (java-cisd-base)[arguments]: Update location of
commons-io jar.

3 years agognu: widelands: Update to 21.
Michael Rohleder [Sun, 19 Jul 2020 08:49:29 +0000 (10:49 +0200)]
gnu: widelands: Update to 21.

* gnu/packages/games.scm (widelands): Update to 21.
[arguments]: Remove unneeded 'install-desktop-file-and-icons phase.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add rust-directories-3.
Alexandru-Sergiu Marton [Sat, 18 Jul 2020 10:09:44 +0000 (13:09 +0300)]
gnu: Add rust-directories-3.

* gnu/packages/crates-io.scm (rust-directories-3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: gnunet: Enable more tests.
Tanguy Le Carrour [Wed, 15 Jul 2020 11:56:59 +0000 (13:56 +0200)]
gnu: gnunet: Enable more tests.

* gnu/packages/gnunet.scm (gnunet)[arguments]: Enable cadet tests.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: emacs-telega: Update to 0.6.27-1.
Brett Gilio [Mon, 20 Jul 2020 04:54:32 +0000 (23:54 -0500)]
gnu: emacs-telega: Update to 0.6.27-1.

* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27-1.

[source]: Take a new commit that includes the latest .el files from the
contrib subdirectory.

[arguments]: Add a substitute method for the 'telega-install-contrib phase to
know where telega-contrib is located, and use it appropriately.

[arguments]: Manually invoke bytecompilation as a separate step for the
contrib directory.

[arguments]: Add 'telega-install-contrib phase to place the contrib directory
files in a more guix-suitable place.

3 years agognu: MPD: Update to 0.21.25.
Leo Famulari [Mon, 20 Jul 2020 01:58:51 +0000 (21:58 -0400)]
gnu: MPD: Update to 0.21.25.

* gnu/packages/mpd.scm (mpd): Update to 0.21.25.

3 years agognu: libmpdclient: Update to 2.19.
Leo Famulari [Mon, 20 Jul 2020 01:58:29 +0000 (21:58 -0400)]
gnu: libmpdclient: Update to 2.19.

* gnu/packages/mpd.scm (libmpdclient): Update to 2.19.

3 years agognu: lean: Disable test cases for i686 and armhf.
Brett Gilio [Mon, 20 Jul 2020 01:24:00 +0000 (20:24 -0500)]
gnu: lean: Disable test cases for i686 and armhf.

* gnu/packages/lean.scm (lean)[arguments]: Individual test cases are currently
failing for 32-bit architectures. Disable them temporarily pending further
investigation as to resolution.

3 years agognu: console-setup: Update to 1.196.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 23:47:39 +0000 (01:47 +0200)]
gnu: console-setup: Update to 1.196.

* gnu/packages/xorg.scm (console-setup): Update to 1.196.
[source]: Use git tag.

3 years agognu: xev: Update to 1.2.4.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 23:47:24 +0000 (01:47 +0200)]
gnu: xev: Update to 1.2.4.

* gnu/packages/xorg.scm (xev): Update to 1.2.4.

3 years agognu: qutebrowser: Update to 1.13.1.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 19:04:35 +0000 (21:04 +0200)]
gnu: qutebrowser: Update to 1.13.1.

* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.13.1.

3 years agognu: python-pendulum: Update to 2.1.1.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 16:44:10 +0000 (18:44 +0200)]
gnu: python-pendulum: Update to 2.1.1.

* gnu/packages/time.scm (python-pendulum): Update to 2.1.1.

3 years agognu: zabbix-agentd, zabbix-server: Update to 5.0.2 [fixes CVE-2020-15803].
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 14:43:25 +0000 (16:43 +0200)]
gnu: zabbix-agentd, zabbix-server: Update to 5.0.2 [fixes CVE-2020-15803].

* gnu/packages/monitoring.scm (zabbix-agentd): Update to 5.0.2.

3 years agognu: mc: Update to 4.8.25.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 14:37:41 +0000 (16:37 +0200)]
gnu: mc: Update to 4.8.25.

* gnu/packages/mc.scm (mc): Update to 4.8.25.

3 years agognu: mtd-utils: Update to 2.1.2.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 13:04:37 +0000 (15:04 +0200)]
gnu: mtd-utils: Update to 2.1.2.

* gnu/packages/linux.scm (mtd-utils): Update to 2.1.2.

3 years agognu: libtorrent-rasterbar: Update to 1.2.7.
Brett Gilio [Sun, 19 Jul 2020 20:09:57 +0000 (15:09 -0500)]
gnu: libtorrent-rasterbar: Update to 1.2.7.

* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.7.

[source]: Modify the URL.

3 years agognu: Add gdc-toolchain.
guy fleury iteriteka [Thu, 16 Jul 2020 14:35:14 +0000 (16:35 +0200)]
gnu: Add gdc-toolchain.

* gnu/packages/commencement.scm(gdc-toolchain): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: Add gdc-10.
guy fleury iteriteka [Thu, 16 Jul 2020 14:33:02 +0000 (16:33 +0200)]
gnu: Add gdc-10.

* gnu/packages/gcc.scm (gdc-10): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
3 years agognu: python-fasteners: Update to 0.15.
Efraim Flashner [Sun, 19 Jul 2020 13:18:11 +0000 (16:18 +0300)]
gnu: python-fasteners: Update to 0.15.

* gnu/packages/python-xyz.scm (python-fasteners): Update to 0.15.
[propagated-inputs]: Move python-testtools ...
[native-inputs]: ... to here.

3 years agognu: stress-make: Fix build with make 4.3.
Eric Bavier [Sun, 19 Jul 2020 15:36:44 +0000 (10:36 -0500)]
gnu: stress-make: Fix build with make 4.3.

* gnu/packages/debug.scm (stress-make): Update to latest upstream commit.
[arguments]: Adjust source file name for substitute*.

3 years agognu: r-rhdf5lib: Fix libsz substitution.
Jakub Kądziołka [Sun, 19 Jul 2020 13:46:13 +0000 (15:46 +0200)]
gnu: r-rhdf5lib: Fix libsz substitution.

This is a follow-up to commit b7f051db14fb485fcfa4917924eef186fb1b8c07 -
in the new version, some of the format strings being replaced gained
quotes. This commit fixes build of dependents of r-rhdf5lib, such as
r-hdf5array.

* gnu/packages/bioinformatics (r-rhdf5lib): Remove all instances of libsz.a.

3 years agognu: perl-gd: Update to 2.72 [fixes CVE-2019-6977].
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 12:12:25 +0000 (14:12 +0200)]
gnu: perl-gd: Update to 2.72 [fixes CVE-2019-6977].

* gnu/packages/gd.scm (perl-gd): Update to 2.72.

3 years agognu: s-tui: Update to 1.0.2.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 12:10:57 +0000 (14:10 +0200)]
gnu: s-tui: Update to 1.0.2.

* gnu/packages/admin.scm (s-tui): Update to 1.0.2.

3 years agodoc: Fix Ganeti blog post URL.
Marius Bakke [Sun, 19 Jul 2020 08:03:51 +0000 (10:03 +0200)]
doc: Fix Ganeti blog post URL.

* doc/guix.texi (Virtualization Services): Adjust Ganeti blog post URL.

3 years agoservices: ganeti: Use TLS on the remote API by default.
Marius Bakke [Sun, 19 Jul 2020 07:59:57 +0000 (09:59 +0200)]
services: ganeti: Use TLS on the remote API by default.

* gnu/services/ganeti.scm (<ganeti-rapi-configuration>): Set SSL? to #t.
* gnu/tests/ganeti.scm (%ganeti-os): Set SSL? to #f.
* doc/guix.texi (Virtualization Services): Adjust accordingly.

3 years agognu: ungoogled-chromium: Update to 84.0.4147.89-0.df199c0.
Marius Bakke [Sun, 19 Jul 2020 06:59:48 +0000 (08:59 +0200)]
gnu: ungoogled-chromium: Update to 84.0.4147.89-0.df199c0.

* gnu/packages/patches/ungoogled-chromium-system-jsoncpp.patch,
gnu/packages/patches/ungoogled-chromium-system-zlib.patch: Delete files.
* gnu/packages/patches/ungoogled-chromium-system-nspr.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 84.
(%ungoogled-revision): Set to df199c04ff367da59ce52a23a3f3b305dd3b00c3.
(%debian-revision): Set to debian/83.0.4103.116-3.
(%gentoo-revision): Set to f3f649046d31ebdbc8c4a302b2384504eff78027.
(chromium-gcc-patchset, %chromium-gcc-patches): New variables.
(%gentoo-patches): Remove GCC patches, which have been moved to the above
repo.  Add ffmpeg compatibility patch.
(%debian-patches): Add zlib and jsoncpp patch; remove nspr patch.
(%ungoogled-origin): Update hash.
(ungoogled-chromium-snippet): Add the new GCC patches.  Remove obsolete local
patches, add new.
(xcb-proto/python2): New variable.
(ungoogled-chromium): Update to 84.0.4147.89-0..df199c0.
[arguments]: Add "is_unsafe_developer_build", "max_jobs_per_link",
"exclude_unwind_tables", "xcbproto_path", "perfetto_use_system_protobuf" to
 #:configure-flags.  Remove "linux_use_bundled_binutils".  Adjust vulkan
header substitutions.
[native-inputs]: Remove YASM.
[inputs]: Change from FFMPEG-4.2 to FFMPEG.  Add PROTOBUF and XCB-PROTO/PYTHON2.

3 years agognu: python-psutil: Update to 5.7.2.
Marius Bakke [Fri, 17 Jul 2020 21:51:48 +0000 (23:51 +0200)]
gnu: python-psutil: Update to 5.7.2.

* gnu/packages/python-xyz.scm (python-psutil): Update to 5.7.2.

3 years agognu: sbcl-mcclim-fonts-truetype: Fix build.
Guillaume Le Vaillant [Sun, 19 Jul 2020 09:33:52 +0000 (11:33 +0200)]
gnu: sbcl-mcclim-fonts-truetype: Fix build.

* gnu/packages/lisp-xyz.scm (sbcl-mcclim-fonts-truetype)[inputs]: Add
  font-dejavu.
  [arguments]: Add 'fix-paths' phase and don't disable test phase.

3 years agognu: python-humanfriendly: Update to 8.2.
Efraim Flashner [Sun, 19 Jul 2020 08:20:49 +0000 (11:20 +0300)]
gnu: python-humanfriendly: Update to 8.2.

* gnu/packages/python-xyz.scm (python-humanfriendly): Upgrade to 8.2.

3 years agognu: python-humanfriendly: Don't propagate python-monotonic.
Efraim Flashner [Sun, 19 Jul 2020 08:15:10 +0000 (11:15 +0300)]
gnu: python-humanfriendly: Don't propagate python-monotonic.

python-monotonic targets python-2 and early versions of python-3.

* gnu/packages/python-xyz.scm (python-humanfriendly)[propagated-inputs]:
Remove python-monotonic.
[properties]: New field.
(python2-humanfriendly): Adjust accordingly.

3 years agognu: python-language-server: Remove comment in inputs.
Brett Gilio [Sun, 19 Jul 2020 07:55:29 +0000 (02:55 -0500)]
gnu: python-language-server: Remove comment in inputs.

* gnu/packages/python-xyz.scm (python-language-server)[inputs]: Remove comment
introduced in dcff9bda97d088a717d6f7c01bdf7c0e68d62b9b about using special
versions of packages.

3 years agognu: python-language-server: Update to 0.34.1.
Brett Gilio [Sun, 19 Jul 2020 07:54:48 +0000 (02:54 -0500)]
gnu: python-language-server: Update to 0.34.1.

* gnu/packages/python-xyz.scm (python-language-server): Update to 0.34.1.

3 years agognu: lean: Update to 3.17.1.
Brett Gilio [Sun, 19 Jul 2020 07:29:31 +0000 (02:29 -0500)]
gnu: lean: Update to 3.17.1.

* gnu/packages/lean.scm (lean): Update to 3.17.1.

3 years agognu: straw-viewer: Update to 0.0.6.
Brett Gilio [Sun, 19 Jul 2020 04:51:32 +0000 (23:51 -0500)]
gnu: straw-viewer: Update to 0.0.6.

* gnu/packages/video.scm (straw-viewer): Update to 0.0.6.

3 years agognu: swi-prolog: Update to 8.3.4.
Brett Gilio [Sun, 19 Jul 2020 04:38:10 +0000 (23:38 -0500)]
gnu: swi-prolog: Update to 8.3.4.

* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.4.

[arguments]: Several test phases now pass that were broken previously, so
'delete-failing-tests-(pre/post) have been removed in favor of a single
'delete-failing-tests phase after unpack. The comment was revised to reflect
this change.

3 years agognu: emacs-telega: Update to 0.6.27.
Brett Gilio [Sun, 19 Jul 2020 03:19:48 +0000 (22:19 -0500)]
gnu: emacs-telega: Update to 0.6.27.

* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.6.27.

[arguments]: Move 'telega-paths-patch after check phase to work around
substituting store paths for ffmpeg and ffplay.

3 years agognu: tdlib: Update to 1.6.6.
Brett Gilio [Sun, 19 Jul 2020 03:19:06 +0000 (22:19 -0500)]
gnu: tdlib: Update to 1.6.6.

* gnu/packages/messaging.scm (tdlib): Update to 1.6.6.

3 years agognu: Add GNOME MultiWriter.
Eric Bavier [Fri, 3 Jul 2020 04:25:18 +0000 (23:25 -0500)]
gnu: Add GNOME MultiWriter.

* gnu/packages/gnome.scm (gnome-multi-writer): New variable.

3 years agognu: clamav: Update to 0.102.4.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 00:19:05 +0000 (02:19 +0200)]
gnu: clamav: Update to 0.102.4.

* gnu/packages/antivirus.scm (clamav): Update to 0.102.4.

3 years agognu: 7kaa: Update to 2.15.4p1.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 00:18:53 +0000 (02:18 +0200)]
gnu: 7kaa: Update to 2.15.4p1.

* gnu/packages/games.scm (7kaa): Update to 2.15.4p1.

3 years agognu: nnn: Update to 3.3.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 00:18:37 +0000 (02:18 +0200)]
gnu: nnn: Update to 3.3.

* gnu/packages/admin.scm (nnn): Update to 3.3.

3 years agognu: r-loo: Update to 2.3.1.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 00:17:33 +0000 (02:17 +0200)]
gnu: r-loo: Update to 2.3.1.

* gnu/packages/cran.scm (r-loo): Update to 2.3.1.

3 years agognu: libzip: Update to 1.7.3.
Tobias Geerinckx-Rice [Sun, 19 Jul 2020 00:11:01 +0000 (02:11 +0200)]
gnu: libzip: Update to 1.7.3.

* gnu/packages/compression.scm (libzip): Update to 1.7.3.

3 years agognu: simplescreenrecorder: Update to 0.4.2.
Efraim Flashner [Sat, 18 Jul 2020 19:46:29 +0000 (22:46 +0300)]
gnu: simplescreenrecorder: Update to 0.4.2.

* gnu/packages/video.scm (simplescreenrecorder): Update to 0.4.2.
[inputs]: Add libxinerama.

3 years ago.guix-authorizations: Add brettgilio (back) to the committers.
Tobias Geerinckx-Rice [Sat, 18 Jul 2020 19:10:27 +0000 (21:10 +0200)]
.guix-authorizations: Add brettgilio (back) to the committers.

* .guix-authorizations: Add fingerprint for brettgilio.

3 years agognu: java-hamcrest-library: Fix race condition.
Julien Lepiller [Sat, 18 Jul 2020 11:24:12 +0000 (13:24 +0200)]
gnu: java-hamcrest-library: Fix race condition.

* gnu/packages/java.scm (java-hamcrest-library)[arguments]: Fix
build.xml in the same way it is fixed in java-hamcrest-all to prevent a
race condition.

3 years agognu: rust-dirs-sys-0.3: Update to 0.3.5.
Jakub Kądziołka [Sat, 18 Jul 2020 09:28:11 +0000 (11:28 +0200)]
gnu: rust-dirs-sys-0.3: Update to 0.3.5.

* gnu/packages/crates-io.scm (rust-dirs-sys-0.3): Update to 0.3.5.
  (rust-dirs-2.0, rust-dirs-sys-0.3): Don't skip build.

3 years agognu: ruby-yard: Make the package reproducible.
Maxim Cournoyer [Fri, 17 Jul 2020 21:23:38 +0000 (17:23 -0400)]
gnu: ruby-yard: Make the package reproducible.

* gnu/packages/ruby.scm (ruby-yard)[phases]: Add a 'do-not-set-date-in-gemspec
phase.