jackhill/guix/guix.git
4 years agognu: stunnel: Update to 5.56.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 02:18:42 +0000 (03:18 +0100)]
gnu: stunnel: Update to 5.56.

* gnu/packages/web.scm (stunnel): Update to 5.56.

4 years agognu: mpv: Update to 0.31.0.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 02:11:44 +0000 (03:11 +0100)]
gnu: mpv: Update to 0.31.0.

* gnu/packages/video.scm (mpv): Update to 0.31.0.

4 years agognu: youtube-dl: Update to 2020.01.15.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 02:00:39 +0000 (03:00 +0100)]
gnu: youtube-dl: Update to 2020.01.15.

* gnu/packages/video.scm (youtube-dl): Update to 2020.01.15.

4 years agognu: cpuid: Update to 20200116.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 01:54:37 +0000 (02:54 +0100)]
gnu: cpuid: Update to 20200116.

* gnu/packages/linux.scm (cpuid): Update to 20200116.

4 years agognu: pngquant: Update to 2.12.6.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 22:51:08 +0000 (23:51 +0100)]
gnu: pngquant: Update to 2.12.6.

* gnu/packages/image.scm (pngquant): Update to 2.12.6.

4 years agognu: blender: Update to 2.81a.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 22:12:37 +0000 (23:12 +0100)]
gnu: blender: Update to 2.81a.

* gnu/packages/graphics.scm (blender): Update to 2.81a.

4 years agognu: ghc-missingh: Use HTTPS home page.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 00:54:37 +0000 (01:54 +0100)]
gnu: ghc-missingh: Use HTTPS home page.

* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Use HTTPS.

4 years agognu: Update pythonpaste.org home pages.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 00:53:45 +0000 (01:53 +0100)]
gnu: Update pythonpaste.org home pages.

* gnu/packages/check.scm (python-scripttest)[home-page]: Update URI.
* gnu/packages/python-web.scm (python-paste, python-pastescript)
(python-webtest, python-pastedeploy)[home-page]: Likewise.

4 years agognu: lsh: Use HTTPS home page.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 00:50:50 +0000 (01:50 +0100)]
gnu: lsh: Use HTTPS home page.

* gnu/packages/ssh.scm (lsh)[home-page]: Use HTTPS.

4 years agognu: glulxe: Use HTTPS home page.
Tobias Geerinckx-Rice [Mon, 20 Jan 2020 00:50:12 +0000 (01:50 +0100)]
gnu: glulxe: Use HTTPS home page.

* gnu/packages/games.scm (glulxe)[home-page]: Use HTTPS.

4 years agoguix package: Create profiles/per-user/$USER upfront.
Ludovic Courtès [Sun, 19 Jan 2020 21:52:31 +0000 (22:52 +0100)]
guix package: Create profiles/per-user/$USER upfront.

Fixes <https://bugs.gnu.org/39194>.
Reported by Matt Wette <matt.wette@gmail.com>.

* guix/scripts/package.scm (build-and-use-profile): Move
'ensure-default-profile' call to...
(process-actions): ... here.

4 years agosyscalls: Pass the right 'throw' arguments in 'call-with-file-lock/no-wait'.
Ludovic Courtès [Sun, 19 Jan 2020 21:42:27 +0000 (22:42 +0100)]
syscalls: Pass the right 'throw' arguments in 'call-with-file-lock/no-wait'.

Reported by Matt Wette <matt.wette@gmail.com>
in <https://bugs.gnu.org/39194>.

* guix/build/syscalls.scm (call-with-file-lock/no-wait): When
re-throwing, pass KEY in addition to ARGS.

4 years agorepl: Avoid dependency on high-level package modules.
Ludovic Courtès [Sun, 19 Jan 2020 21:01:33 +0000 (22:01 +0100)]
repl: Avoid dependency on high-level package modules.

* guix/scripts/repl.scm: Remove imports of (guix scripts build), (gnu
packages), (guix utils), and (guix packages).
(%options): Define "--load-path" option right here.

4 years agorepl: Adjust "--listen" help message.
Ludovic Courtès [Sun, 19 Jan 2020 20:56:04 +0000 (21:56 +0100)]
repl: Adjust "--listen" help message.

* guix/scripts/repl.scm (show-help): Adjust "--listen" string.

4 years agorepl: Add "-q".
Ludovic Courtès [Sun, 19 Jan 2020 20:54:46 +0000 (21:54 +0100)]
repl: Add "-q".

* guix/scripts/repl.scm (%options, show-help): Add "-q".
(guix-repl): Add 'user-config' and use it.  Honor 'ignore-dot-guile?'.

4 years agotests: install: "raid-root-os" test uses RAID-1 instead of RAID-0.
Ludovic Courtès [Sun, 19 Jan 2020 14:18:25 +0000 (15:18 +0100)]
tests: install: "raid-root-os" test uses RAID-1 instead of RAID-0.

Fixes <https://bugs.gnu.org/38086>.
Thanks to Vagrant and Tobias!

* gnu/tests/install.scm (%raid-root-os)[initrd-modules]: Add "raid1"
instead of "raid0".
(%raid-root-installation-script): Make the partitions twice as big.
Invoke 'mdadm' with '--level=mirror' instead of '--level=stripe';
connect "yes" to its stdin.
(%test-raid-root-os): Set #:target-size to 2.8 GiB.

4 years agognu: guile-commonmark: Add "guile3.0-commonmark" variant.
Ludovic Courtès [Sat, 18 Jan 2020 17:41:03 +0000 (18:41 +0100)]
gnu: guile-commonmark: Add "guile3.0-commonmark" variant.

* gnu/packages/guile-xyz.scm (guile-commonmark)[source]: Add 'modules'
and 'snippet'.
(guile3.0-commonmark): New variable.

4 years agognu: arc-theme: Fix build.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 16:55:58 +0000 (17:55 +0100)]
gnu: arc-theme: Fix build.

* gnu/packages/web.scm (sassc/libsass-3.5): New public variable.
* gnu/packages/gnome.scm (arc-theme)[native-inputs]: Use it.

4 years agognu: Remove duplicate module imports from (gnu packages gnome).
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 17:03:05 +0000 (18:03 +0100)]
gnu: Remove duplicate module imports from (gnu packages gnome).

* gnu/packages/gnome.scm: Remove duplicate module imports.

4 years agognu: minetest-data, minetest: Use HTTPS home page.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 16:01:50 +0000 (17:01 +0100)]
gnu: minetest-data, minetest: Use HTTPS home page.

* gnu/packages/games.scm (minetest-data, minetest)[home-page]:
Use HTTPS and www subdomain.

4 years agognu: quakespasm: Update to 0.93.2.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 15:23:03 +0000 (16:23 +0100)]
gnu: quakespasm: Update to 0.93.2.

* gnu/packages/games.scm (quakespasm): Update to 0.93.2.

4 years agognu: teeworlds: Update to 0.7.4 [security fixes]
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 14:41:32 +0000 (15:41 +0100)]
gnu: teeworlds: Update to 0.7.4 [security fixes]

This fixes CVE-2019-10877, CVE-2019-10878, and CVE-2019-10879.

* gnu/packages/games.scm (teeworlds): Update to 0.7.4.
[source]: Remove patch.
[arguments]: Remove use-latest-json-parser substitution.
* gnu/packages/patches/teeworlds-use-latest-wavpack.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

4 years agognu: odamex: Update to 0.8.1.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 14:28:00 +0000 (15:28 +0100)]
gnu: odamex: Update to 0.8.1.

* gnu/packages/games.scm (odamex): Update to 0.8.1.

4 years agognu: gramps: Update to 5.1.2.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 14:18:04 +0000 (15:18 +0100)]
gnu: gramps: Update to 5.1.2.

* gnu/packages/genealogy.scm (gramps): Update to 5.1.2.

4 years agognu: minetest: Update to 5.1.1.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 14:14:34 +0000 (15:14 +0100)]
gnu: minetest: Update to 5.1.1.

* gnu/packages/games.scm (minetest): Update to 5.1.1.
[source]: Remove obsolete snippet… bit.

4 years agognu: minetest-data: Update to 5.1.1.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 14:05:58 +0000 (15:05 +0100)]
gnu: minetest-data: Update to 5.1.1.

* gnu/packages/games.scm (minetest-data)[version]: Update to 5.1.1.

4 years agognu: xautolock: Use HTTPS home page.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 03:00:31 +0000 (04:00 +0100)]
gnu: xautolock: Use HTTPS home page.

* gnu/packages/xdisorg.scm (xautolock)[home-page]: Use HTTPS.
[source]: Likewise.  Don't use NAME in source URI.

4 years agognu: ghc-dense-linear-algebra: Use HTTPS home page.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 00:56:03 +0000 (01:56 +0100)]
gnu: ghc-dense-linear-algebra: Use HTTPS home page.

* gnu/packages/haskell-xyz.scm (ghc-dense-linear-algebra)[home-page]: Use HTTPS.

4 years agognu: java-jcommander: Use HTTPS home page.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 00:56:34 +0000 (01:56 +0100)]
gnu: java-jcommander: Use HTTPS home page.

* gnu/packages/java.scm (java-jcommander)[home-page]: Use HTTPS.

4 years agognu: elemental: Update home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 11:41:14 +0000 (12:41 +0100)]
gnu: elemental: Update home page.

* gnu/packages/maths.scm (elemental)[home-page]: Use repository home
page.

4 years agognu: plantuml: Use HTTPS home page.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 00:57:18 +0000 (01:57 +0100)]
gnu: plantuml: Use HTTPS home page.

* gnu/packages/uml.scm (plantuml)[home-page]: Use HTTPS.

4 years agognu: ecryptfs: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 17:27:36 +0000 (18:27 +0100)]
gnu: ecryptfs: Use HTTPS home page.

* gnu/packages/linux.scm (ecryptfs)[home-page]: Use HTTPS.

4 years agognu: font-wqy-zenhei: Use HTTP home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 16:54:23 +0000 (17:54 +0100)]
gnu: font-wqy-zenhei: Use HTTP home page.

* gnu/packages/fonts.scm (font-wqy-zenhei)[home-page]: Use HTTP.

4 years agognu: dillo: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 11:54:20 +0000 (12:54 +0100)]
gnu: dillo: Use HTTPS home page.

* gnu/packages/web-browsers.scm (dillo)[home-page]: Use HTTPS.
[source]: Likewise.  Don't hard-code NAME in source URI.

4 years agognu: pfff: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 11:48:24 +0000 (12:48 +0100)]
gnu: pfff: Use HTTPS home page.

* gnu/packages/textutils.scm (pfff)[home-page]: Use HTTPS.

4 years agognu: noweb: Declare a source file-name.
Efraim Flashner [Sun, 19 Jan 2020 07:31:30 +0000 (09:31 +0200)]
gnu: noweb: Declare a source file-name.

* gnu/packages/noweb.scm (noweb)[source]: Add file-name field.

4 years agognu: hidapi: Declare a source file-name.
Efraim Flashner [Sun, 19 Jan 2020 07:30:34 +0000 (09:30 +0200)]
gnu: hidapi: Declare a source file-name.

* gnu/packages/libusb.scm (hidapi)[source]: Add file-name field.

4 years agognu: scummvm: Update to 2.1.1.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 04:45:03 +0000 (05:45 +0100)]
gnu: scummvm: Update to 2.1.1.

* gnu/packages/emulators.scm (scummvm): Update to 2.1.1.

4 years agognu: golly: Update to 3.3.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 04:40:10 +0000 (05:40 +0100)]
gnu: golly: Update to 3.3.

* gnu/packages/games.scm (golly): Update to 3.3.

4 years agognu: crispy-doom: Update to 5.6.4.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 04:40:00 +0000 (05:40 +0100)]
gnu: crispy-doom: Update to 5.6.4.

* gnu/packages/games.scm (crispy-doom): Update to 5.6.4.

4 years agognu: liblcf, easyrpg: Update to 0.6.1.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 03:54:53 +0000 (04:54 +0100)]
gnu: liblcf, easyrpg: Update to 0.6.1.

* gnu/packages/easyrpg.scm (liblcf, easyrpg): Update to 0.6.1.

4 years agognu: petsc: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 11:47:01 +0000 (12:47 +0100)]
gnu: petsc: Use HTTPS home page.

* gnu/packages/maths.scm (petsc)[home-page, license]: Use HTTPS.

4 years agognu: turn: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 11:46:03 +0000 (12:46 +0100)]
gnu: turn: Use HTTPS home page.

* gnu/packages/ruby.scm (turn)[home-page]: Use HTTPS.

4 years agognu: edirect: Use HTTPS home page.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 11:40:25 +0000 (12:40 +0100)]
gnu: edirect: Use HTTPS home page.

* gnu/packages/bioinformatics.scm (edirect)[home-page]: Use HTTPS.

4 years agognu: Use HTTPS for elpa.gnu.org.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 02:55:31 +0000 (03:55 +0100)]
gnu: Use HTTPS for elpa.gnu.org.

* gnu/packages/emacs-xyz.scm (emacs-xr, emacs-orgalist, emacs-websocket)
(emacs-oauth2, emacs-ediprolog)[home-page]: Use HTTPS.
(emacs-ggtags, emacs-rudel, emacs-on-screen)[source]: Likewise.
(emacs-adaptive-wrap, emacs-seq, emacs-sml-mode)[source, home-page]:
Likewise.

4 years agognu: Use HTTPS for all r-lib.org subdomains.
Tobias Geerinckx-Rice [Sun, 19 Jan 2020 00:52:45 +0000 (01:52 +0100)]
gnu: Use HTTPS for all r-lib.org subdomains.

* gnu/packages/cran.scm (r-ps, r-fs)[home-page]: Use HTTPS.

4 years agognu: Use HTTPS for avahi.org everywhere.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 17:25:04 +0000 (18:25 +0100)]
gnu: Use HTTPS for avahi.org everywhere.

* gnu/packages/avahi.scm (avahi)[home-page]: Use HTTPS.
* gnu/services/avahi.scm (avahi-service): Likewise in docstring.

4 years agognu: Use HTTPS for docbook.org.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 11:38:35 +0000 (12:38 +0100)]
gnu: Use HTTPS for docbook.org.

* gnu/packages/docbook.scm (docbook-xml)[home-page, source]: Use HTTPS.
(docbook-xml-4.4, docbook-xml-4.3, docbook-xml-4.2, docbook-xml-4.1.2)
[source]: Likewise.
(docbook-xsl)[home-page]: Likewise.

4 years agoUse HTTPS for www.emacswiki.org.
Tobias Geerinckx-Rice [Sat, 18 Jan 2020 11:52:51 +0000 (12:52 +0100)]
Use HTTPS for www.emacswiki.org.

* doc/contributing.texi (The Perfect Setup): Use HTTPS for ParEdit wiki page.
* gnu/packages/emacs-xyz.scm (emacs-wget, emacs-iedit)[home-page]: Use HTTPS.
(emacs-transpose-frame)[source]: Likewise.

4 years agognu: qview: Update to 3.0.
Nicolas Goaziou [Sat, 18 Jan 2020 22:58:06 +0000 (23:58 +0100)]
gnu: qview: Update to 3.0.

* gnu/packages/image-viewers.scm (qview): Update to 3.0.

4 years agognu: python-language-server: Update to 0.31.6.
Brett Gilio [Sat, 18 Jan 2020 20:01:19 +0000 (14:01 -0600)]
gnu: python-language-server: Update to 0.31.6.

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

4 years agognu: fortune-mod: Update to 2.12.0.
Oleg Pykhalov [Sat, 18 Jan 2020 18:21:38 +0000 (21:21 +0300)]
gnu: fortune-mod: Update to 2.12.0.

* gnu/packages/games.scm (fortune-mod): Update to 2.12.0.
[native-inputs]: Add RINUTILS.

4 years agognu: Add rinutils.
Oleg Pykhalov [Sat, 18 Jan 2020 18:50:21 +0000 (21:50 +0300)]
gnu: Add rinutils.

* gnu/packages/games.scm (rinutils): New variable.

4 years agognu: Add shlomif-cmake-modules.
Oleg Pykhalov [Sat, 18 Jan 2020 18:49:27 +0000 (21:49 +0300)]
gnu: Add shlomif-cmake-modules.

* gnu/packages/games.scm (shlomif-cmake-modules): New variable.
(fortune-mod)[native-inputs]: Take "cmake-rules" to a separate variable.

4 years agognu: cmatrix: Update to 2.0.
Oleg Pykhalov [Sat, 18 Jan 2020 18:07:30 +0000 (21:07 +0300)]
gnu: cmatrix: Update to 2.0.

* gnu/packages/games.scm (cmatrix)[version]: Update to 2.0.
[source]: Download using git-fetch.
[native-inputs]: Add AUTOCONF and AUTOMAKE.

4 years agognu: Add mariadb-connector-c.
Pierre Neidhardt [Sat, 18 Jan 2020 17:39:41 +0000 (18:39 +0100)]
gnu: Add mariadb-connector-c.

* gnu/packages/databases.scm (mariadb-connector-c): New variable.

4 years agognu: supertuxkart: Update to 1.1.
Kei Kebreau [Sat, 18 Jan 2020 16:24:47 +0000 (11:24 -0500)]
gnu: supertuxkart: Update to 1.1.

* gnu/packages/games.scm (supertuxkart): Update to 1.1.
[arguments]: Add "-DUSE_IPV6=FALSE" to #:configure-flags.
[inputs]: Add harfbuzz.
[home-page]: Follow permanent redirect.

4 years agognu: Add firefox-decrypt.
Oleg Pykhalov [Sat, 18 Jan 2020 12:49:47 +0000 (15:49 +0300)]
gnu: Add firefox-decrypt.

* gnu/packages/gnuzilla.scm (firefox-decrypt): New variable.

4 years agorefresh: Fix internal variable name.
zimoun [Fri, 17 Jan 2020 17:30:00 +0000 (18:30 +0100)]
refresh: Fix internal variable name.

* guix/scripts/refresh.scm (%option): Fix internal variable name.

4 years agognu: Add python-aionotify.
Lars-Dominik Braun [Sat, 18 Jan 2020 09:41:21 +0000 (17:41 +0800)]
gnu: Add python-aionotify.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
4 years agognu: Add python-asynctest.
Lars-Dominik Braun [Sat, 18 Jan 2020 09:27:25 +0000 (17:27 +0800)]
gnu: Add python-asynctest.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
4 years agowip: gnu: youtube-viewer: Update to 3.7.0.
Eric Bavier [Sat, 14 Dec 2019 03:40:15 +0000 (21:40 -0600)]
wip: gnu: youtube-viewer: Update to 3.7.0.

* gnu/packages/video.scm (youtube-viewer): Update to 3.7.0.
[inputs]: Add perl-lwp-useragent-cached, perl-term-readline-gnu, and
xdg-utils.
[arguments]: Patch xdg-open reference in "refer-to-inputs" phase.

4 years agognu: Add perl-term-readline-gnu.
Eric Bavier [Sun, 8 Dec 2019 03:45:53 +0000 (21:45 -0600)]
gnu: Add perl-term-readline-gnu.

* gnu/packages/perl.scm (perl-term-readline-gnu): New variable.

4 years agognu: Add perl-lwp-useragent-cached.
Eric Bavier [Sun, 8 Dec 2019 03:44:48 +0000 (21:44 -0600)]
gnu: Add perl-lwp-useragent-cached.

* gnu/packages/web.scm (perl-lwp-useragent-cached): New variable.

4 years agognu: linux-libre: Update to 5.4.13.
Mark H Weaver [Sat, 18 Jan 2020 03:23:50 +0000 (22:23 -0500)]
gnu: linux-libre: Update to 5.4.13.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.13.
(linux-libre-5.4-pristine-source): Update hash.

4 years agognu: linux-libre@4.19: Update to 4.19.97.
Mark H Weaver [Sat, 18 Jan 2020 03:23:13 +0000 (22:23 -0500)]
gnu: linux-libre@4.19: Update to 4.19.97.

* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.97.
(linux-libre-4.19-pristine-source): Update hash.

4 years agognu: linux-libre@4.14: Update to 4.14.166.
Mark H Weaver [Sat, 18 Jan 2020 03:22:04 +0000 (22:22 -0500)]
gnu: linux-libre@4.14: Update to 4.14.166.

* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.166.
(linux-libre-4.14-pristine-source): Update hash.

4 years agognu: synergy: Update to 1.11.0.
Eric Bavier [Fri, 17 Jan 2020 23:27:38 +0000 (17:27 -0600)]
gnu: synergy: Update to 1.11.0.

* gnu/packages/synergy.scm (synergy): Update to 1.11.0.
[arguments]: Remove upstreamed patches.

4 years agognu: hidapi: Update to 0.9.0.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 22:29:54 +0000 (23:29 +0100)]
gnu: hidapi: Update to 0.9.0.

This release was taken over by the libusb team.
See <https://github.com/signal11/hidapi/issues/373>.

* gnu/packages/libusb.scm (hidapi): Update to 0.9.0.
[source, home-page]: Switch to new upstream.

4 years agognu: hidapi: Don't use unstable tarball.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 22:20:38 +0000 (23:20 +0100)]
gnu: hidapi: Don't use unstable tarball.

* gnu/packages/libusb.scm (hidapi)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

4 years agognu: Use HTTPS for www.hdfgroup.org.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:52:07 +0000 (22:52 +0100)]
gnu: Use HTTPS for www.hdfgroup.org.

* gnu/packages/maths.scm (hdf5)[home-page, license]: Use HTTPS.
(hdf-java, h5check)[source]: Likewise.

4 years agognu: neomutt: Fix home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:46:14 +0000 (22:46 +0100)]
gnu: neomutt: Fix home page.

* gnu/packages/mail.scm (neomutt)[home-page]: Drop unsupported www subdomain.

4 years agognu: r-extremes: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:44:35 +0000 (22:44 +0100)]
gnu: r-extremes: Use HTTPS home page.

* gnu/packages/cran.scm (r-extremes)[home-page]: Use HTTPS.

4 years agognu: r-distillery: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:43:44 +0000 (22:43 +0100)]
gnu: r-distillery: Use HTTPS home page.

* gnu/packages/cran.scm (r-distillery)[home-page]: Use HTTPS.

4 years agognu: netcdf: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:43:18 +0000 (22:43 +0100)]
gnu: netcdf: Use HTTPS home page.

* gnu/packages/maths.scm (netcdf)[home-page]: Use HTTPS.

4 years agognu: scotch: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:41:10 +0000 (22:41 +0100)]
gnu: scotch: Use HTTPS home page.

* gnu/packages/maths.scm (scotch)[home-page]: Use HTTPS.

4 years agognu: Use HTTPS for sass-lang.com everywhere.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:39:09 +0000 (22:39 +0100)]
gnu: Use HTTPS for sass-lang.com everywhere.

* gnu/packages/ruby.scm (ruby-sass)[home-page]: Use HTTPS.
* gnu/packages/web.scm (sassc)[home-page]: Likewise.

4 years agognu: xonsh: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:35:17 +0000 (22:35 +0100)]
gnu: xonsh: Use HTTPS home page.

* gnu/packages/shells.scm (xonsh)[home-page]: Use HTTPS.

4 years agognu: vamp: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:29:26 +0000 (22:29 +0100)]
gnu: vamp: Use HTTPS home page.

* gnu/packages/audio.scm (vamp)[home-page]: Use HTTPS.

4 years agognu: antlr3: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:31:01 +0000 (22:31 +0100)]
gnu: antlr3: Use HTTPS home page.

* gnu/packages/java.scm (antlr3)[home-page]: Use HTTPS.

4 years agognu: antlr@2: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:30:18 +0000 (22:30 +0100)]
gnu: antlr@2: Use HTTPS home page.

* gnu/packages/java.scm (antlr2)[source, home-page]: Use HTTPS.

4 years agognu: Remove leading newline from (gnu packages java).
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:27:31 +0000 (22:27 +0100)]
gnu: Remove leading newline from (gnu packages java).

* gnu/packages/java.scm: Remove leading newline.

4 years agognu: vpnc: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:24:21 +0000 (22:24 +0100)]
gnu: vpnc: Use HTTPS home page.

* gnu/packages/vpn.scm (vpnc)[home-page]: Use HTTPS.

4 years agognu: python-maxminddb, python-geoip2: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:22:15 +0000 (22:22 +0100)]
gnu: python-maxminddb, python-geoip2: Use HTTPS home page.

* gnu/packages/geo.scm (python-maxminddb, python-geoip2)[home-page]:
Use HTTPS.

4 years agognu: gunicorn: Use HTTPS home page.
Tobias Geerinckx-Rice [Fri, 17 Jan 2020 21:20:29 +0000 (22:20 +0100)]
gnu: gunicorn: Use HTTPS home page.

* gnu/packages/python-web.scm (gunicorn)[home-page]: Use HTTPS.

4 years agognu: guix: Add "guile3.0-guix" variant.
Ludovic Courtès [Fri, 17 Jan 2020 20:59:03 +0000 (21:59 +0100)]
gnu: guix: Add "guile3.0-guix" variant.

* gnu/packages/package-management.scm (guile3.0-guix): New variable.

4 years agognu: guix: Update to 50299ad.
Ludovic Courtès [Fri, 17 Jan 2020 20:58:23 +0000 (21:58 +0100)]
gnu: guix: Update to 50299ad.

* gnu/packages/package-management.scm (guix): Update to 50299ad.

4 years agognu: diffoscope: Update to 135.
Vagrant Cascadian [Fri, 17 Jan 2020 21:03:21 +0000 (21:03 +0000)]
gnu: diffoscope: Update to 135.

* gnu/packages/diffoscope (diffoscope): Update to 135.

4 years agognu: chipmunk: Use HTTPS home page URI.
Nicolas Goaziou [Fri, 17 Jan 2020 20:26:42 +0000 (21:26 +0100)]
gnu: chipmunk: Use HTTPS home page URI.

* gnu/packages/game-development.scm (chipmunk)[home-page]: Use HTTPS URI.

4 years agognu: libofx: Fix description typo.
Kei Kebreau [Fri, 17 Jan 2020 20:23:30 +0000 (15:23 -0500)]
gnu: libofx: Fix description typo.

* gnu/packages/finance.scm (libofx): Change "a API" to "an API".

4 years agognu: gnucash: Enable libofx support.
Kei Kebreau [Fri, 3 Jan 2020 03:01:28 +0000 (22:01 -0500)]
gnu: gnucash: Enable libofx support.

* gnu/packages/gnucash.scm (gnucash)[arguments]: Remove '-DWITH_OFX=OFF'
configure flag to enable libofx support.
[inputs]: Add libofx.
[propagated-inputs]: Add dconf.

4 years agognu: Add libofx.
Kei Kebreau [Sun, 5 Jan 2020 03:49:24 +0000 (22:49 -0500)]
gnu: Add libofx.

* gnu/packages/finance.scm (libofx): New variable.

4 years agognu: Add opensp.
Kei Kebreau [Sun, 5 Jan 2020 03:36:03 +0000 (22:36 -0500)]
gnu: Add opensp.

* gnu/packages/finance.scm (opensp): New variable.

4 years agognu: red-eclipse: Remove proprietary libraries and pre-compiled binaries.
Kei Kebreau [Fri, 17 Jan 2020 17:33:31 +0000 (12:33 -0500)]
gnu: red-eclipse: Remove proprietary libraries and pre-compiled binaries.

* gnu/packages/games.scm (red-eclipse)[source]: Add 'modules' and 'snippet'.
[home-page]: Use HTTPS.
[license]: Update license.

4 years agognu: Add chipmunk.
Nicolas Goaziou [Sun, 5 Jan 2020 17:52:49 +0000 (18:52 +0100)]
gnu: Add chipmunk.

* gnu/packages/game-development.scm (chipmunk): New variable.

4 years agoUpdate email address for Amin Bandali.
Amin Bandali [Fri, 17 Jan 2020 16:15:47 +0000 (11:15 -0500)]
Update email address for Amin Bandali.

* .mailmap: Add name and email addresses for Amin Bandali.
* gnu/local.mk, gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/fpga.scm, gnu/packages/lean.scm, gnu/packages/maths.scm:
Update email address for Amin Bandali.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
4 years agognu: ecl: Use system ASDF instead of bundled one.
Guillaume Le Vaillant [Fri, 17 Jan 2020 15:44:48 +0000 (16:44 +0100)]
gnu: ecl: Use system ASDF instead of bundled one.

* gnu/packages/lisp.scm (ecl)[source]: Remove snippet.
  [native-inputs]: Add cl-asdf.
  [arguments]: Add 'replace-asdf' phase.

4 years agognu: sbcl-cl-async-util: Add missing input.
Guillaume Le Vaillant [Fri, 17 Jan 2020 14:48:17 +0000 (15:48 +0100)]
gnu: sbcl-cl-async-util: Add missing input.

* gnu/packages/lisp-xyz.scm (sbcl-cl-async-util)[inputs]: Add
  bordeaux-threads.

4 years agognu: sbcl: Use system ASDF instead of bundled one.
Katherine Cox-Buday [Fri, 17 Jan 2020 14:28:42 +0000 (15:28 +0100)]
gnu: sbcl: Use system ASDF instead of bundled one.

* gnu/packages/lisp.scm (sbcl)[source]: Remove snippet.
  [native-inputs]: Add cl-asdf and sort the list.
  [arguments]: Add 'replace-asdf' phase.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
4 years agognu: Add cl-asdf.
Katherine Cox-Buday [Fri, 17 Jan 2020 13:22:35 +0000 (14:22 +0100)]
gnu: Add cl-asdf.

* gnu/packages/lisp.scm (cl-asdf): New variable.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>