Efraim Flashner
6a825d8c0d
gnu: chess: Update to 6.2.6.
...
* gnu/packages/games.scm (chess): Update to 6.2.6.
2020-04-18 21:01:52 +03:00
Efraim Flashner
dc9b1835d2
gnu: chess: Set upstream name and ftp-directory.
...
* gnu/packages/games.scm (chess)[properties]: New field. Add
upstream-name and ftp-directory.
2020-04-18 20:57:15 +03:00
Mathieu Othacehe
1a9af96b18
installer: Fix backtrace display.
...
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 5c04b00cf4
.
* gnu/installer.scm (installer-program): Use (gnu installer utils) module.
2020-04-18 17:42:02 +02:00
Leo Famulari
5a8ef3c127
gnu: Use the test-only time zone database where appropriate.
...
* 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-17 17:26:56 -04:00
Martin Becze
abb37b3c62
gnu: trezord: Update to 2.0.29.
...
* gnu/packages/finance.scm (trezord): Update to 2.0.29.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 23:18:32 +02:00
TomZ
4e3314a4c5
gnu: fulcrum: Update to 1.1.0
...
* gnu/packages/finance.scm (fulcrum): Update to 1.1.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 23:18:32 +02:00
Ludovic Courtès
1e7281108b
services: account: Have 'user-processes' depend on 'user-homes'.
...
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-17 23:18:32 +02:00
Ludovic Courtès
10c413685f
services: Move 'user-processes' to (gnu services shepherd).
...
* 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-17 23:18:32 +02:00
Mark H Weaver
f0da92cb42
gnu: linux-libre: Update to 5.4.33.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.33.
(linux-libre-5.4-pristine-source): Update hash.
2020-04-17 15:02:04 -04:00
Mark H Weaver
4298fbe2ce
gnu: linux-libre@5.6: Update to 5.6.5.
...
* gnu/packages/linux.scm (linux-libre-5.6-version): Update to 5.6.5.
(linux-libre-5.6-pristine-source): Update hash.
2020-04-17 15:01:25 -04:00
Mark H Weaver
e419e972bc
gnu: linux-libre@4.19: Update to 4.19.116.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.116.
(linux-libre-4.19-pristine-source): Update hash.
2020-04-17 15:00:19 -04:00
Marius Bakke
a7dbd38859
gnu: ungoogled-chromium: Update to 81.0.4044.113-0.b484ad4 [fixes CVE-2020-6457].
...
* gnu/packages/chromium.scm (%chromium-version): Set to 81.0.4044.113.
(%chromium-origin): Update hash.
2020-04-17 17:03:20 +02:00
Ricardo Wurmus
974bf81776
gnu: python-pygenometracks: Update to 3.3.
...
* 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-17 15:53:03 +02:00
Ricardo Wurmus
d8fce2362b
gnu: Add python-hicmatrix.
...
* gnu/packages/bioinformatics.scm (python-hicmatrix): New variable.
2020-04-17 15:53:03 +02:00
Ricardo Wurmus
c55beaecd8
gnu: python-cooler: Update to 0.8.7.
...
* 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-17 15:53:03 +02:00
Ricardo Wurmus
4a085ffc16
gnu: python-pybigwig: Update to 0.3.17.
...
* gnu/packages/bioinformatics.scm (python-pybigwig): Update to 0.3.17.
2020-04-17 15:53:03 +02:00
Ricardo Wurmus
d3f292b8dc
gnu: python-tables: Update to 3.6.1.
...
* gnu/packages/python-xyz.scm (python-tables): Update to 3.6.1.
[arguments]: Adjust use-gcc phase.
2020-04-17 15:53:03 +02:00
Pierre Langlois
79ef0726a9
gnu: python-podcastparser: Run tests.
...
* 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-17 13:03:02 +02:00
Pierre Langlois
5ea902874b
gnu: gpodder: Run tests.
...
* 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-17 13:03:02 +02:00
Pierre Langlois
54e3eb06ca
gnu: gpodder: Update to 3.10.15.
...
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.15.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 13:03:02 +02:00
Pierre Langlois
84ce7c5a55
gnu: dovecot: Add libunwind input for arm.
...
* gnu/packages/mail.scm (dovecot)[inputs]: Add libunwind when targetting arm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-04-17 13:03:01 +02:00
Efraim Flashner
d312bbfa5a
gnu: khard: Move propagated-inputs to inputs.
...
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-17 10:47:35 +03:00
Efraim Flashner
c135577dbf
gnu: khal: Move propagated inputs to inputs.
...
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.
2020-04-17 10:42:41 +03:00
Efraim Flashner
b9dd2a2fb7
gnu: khal: Fix build with python-urwid-2.1.0.
...
* gnu/packages/calendar.scm (khal)[source]: Download upstream patch to
fix compatibility with newer python-urwid.
2020-04-17 10:40:34 +03:00
Christopher Baines
2cc226bbc7
gnu: diffoscope.scm: Add missing import.
...
This follows on from 2d9886f7e8
.
* gnu/packages/diffoscope.scm: Import (gnu packages maths).
2020-04-17 07:33:37 +01:00
Vagrant Cascadian
2d9886f7e8
gnu: diffoscope: Update to 141.
...
* gnu/packages/diffoscope (diffoscope): Update to 141.
[arguments]: Add phase add-known-tools.
[native-inputs]: Add hdf5.
2020-04-16 20:46:38 -07:00
Vagrant Cascadian
cdac010c19
gnu: disorderfs: Update to 0.5.9.
...
* gnu/packages/file-systems (disorderfs): Update to 0.5.9.
2020-04-16 20:46:35 -07:00
Marius Bakke
bff70d93d2
gnu: python-jedi: Fix test failure on some file systems.
...
Reported by sirgazil on #guix.
* gnu/packages/patches/python-jedi-sort-project-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-jedi)[source](patches): Add it.
[arguments]: Run tests more verbosely while at it.
2020-04-17 00:51:48 +02:00
Nicolas Goaziou
91fb989f10
gnu: xournalpp: Remove outdated comments.
...
* gnu/packages/pdf.scm (xournalpp): Remove outdated comments. This is
a followup to 9cb2f28c5a
.
2020-04-16 23:43:50 +02:00
Nicolas Goaziou
7b2cb1bf19
gnu: wireshark: Update to 3.2.3.
...
* gnu/packages/networking.scm (wireshark): Update to 3.2.3.
2020-04-16 21:59:50 +02:00
Efraim Flashner
be02a4cb81
gnu: python-hy: Update to 0.18.0.
...
* gnu/packages/python-xyz.scm (python-hy): Update to 0.18.0.
[arguments]: Make all phases return #t.
[propagated-inputs]: Remove python-clint, python-fastentrypoints. Add
python-colorama.
(python2-hy): Remove variable.
2020-04-16 22:40:40 +03:00
Efraim Flashner
626874eb3f
gnu: python-icalendar: Update to 4.0.5.
...
* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.5.
2020-04-16 22:40:40 +03:00
Efraim Flashner
e40e7fdf09
gnu: toot: Update to 0.26.0.
...
* gnu/packages/mastodon.scm (toot): Update to 0.26.0.
2020-04-16 22:40:39 +03:00
Efraim Flashner
bc6c3f48ff
gnu: python-urwid: Update to 2.1.0.
...
* gnu/packages/python-xyz.scm (python-urwid): Update to 2.1.0.
2020-04-16 22:40:39 +03:00
Efraim Flashner
c1c2fa68df
gnu: python-vobject: Update to 0.9.6.1.
...
* gnu/packages/python-xyz.scm (python-vobject): Update to 0.9.6.1.
2020-04-16 22:40:39 +03:00
Efraim Flashner
2765787d65
gnu: python-pyicu: Update to 2.4.3.
...
* gnu/packages/python-xyz.scm (python-pyicu): Update to 2.4.3.
[properties]: Remove field.
(python2-pyicu): Remove package customizations.
2020-04-16 22:40:39 +03:00
Efraim Flashner
70333ee612
gnu: khard: Update to 0.16.1.
...
* gnu/packages/mail.scm (khard): Update to 0.16.1.
[arguments]: Remove custom 'install-doc phase. Add 'install-completions
phase.
2020-04-16 22:40:39 +03:00
Nicolas Goaziou
9cb2f28c5a
gnu: xournalpp: Update to 1.0.18.
...
* gnu/packages/pdf.scm (xournalpp): Update to 1.0.18.
2020-04-16 21:38:55 +02:00
Mathieu Othacehe
2e7e0cb547
installer: Remove guile-newt definition.
...
This is no longer necessary since 0.0.2 release of Guile-Newt.
* gnu/installer.scm (guile-newt): Remove variable.
2020-04-16 19:57:30 +02:00
Mathieu Othacehe
f52c1f5f61
gnu: guile-newt: Update to 0.0.2.
...
* gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.2,
[source]: remove Guile 3.0 snippet.
2020-04-16 19:57:30 +02:00
Tobias Geerinckx-Rice
c6f74eb540
gnu: xfce4-taskmanager: Update to 1.2.3.
...
* gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.2.3.
[source]: Hard-code NAME.
2020-04-16 19:42:22 +02:00
Tobias Geerinckx-Rice
b760b6922d
gnu: xfwm4: Update to 4.14.1.
...
* gnu/packages/xfce.scm (xfwm4): Update to 4.14.1.
[source]: Hard-code NAME.
2020-04-16 19:42:22 +02:00
Tobias Geerinckx-Rice
0159eae3c9
gnu: xfdesktop: Update to 4.14.2.
...
* gnu/packages/xfce.scm (xfdesktop): Update to 4.14.2.
[source]: Hard-code NAME.
2020-04-16 19:42:22 +02:00
Tobias Geerinckx-Rice
9fcd4ef30b
gnu: augeas: Use HTTPS home page.
...
* gnu/packages/augeas.scm (augeas)[home-page]: Use HTTPS.
2020-04-16 19:42:20 +02:00
Tobias Geerinckx-Rice
53b655727e
gnu: augeas: Update to 1.12.0.
...
* gnu/packages/augeas.scm (augeas): Update to 1.12.0.
2020-04-16 19:42:20 +02:00
Tobias Geerinckx-Rice
48a8b4658c
gnu: xterm: Update to 353.
...
* gnu/packages/xorg.scm (xterm): Update to 353.
2020-04-16 19:42:19 +02:00
guy fleury iteriteka
7adf6f1be9
gnu: Add the GNU MDK.
...
* gnu/packages/education.scm (mdk): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-04-16 18:33:21 +02:00
Guillaume Le Vaillant
90ec708579
gnu: Add flwrap.
...
* gnu/packages/radio.scm (flwrap): New variable.
2020-04-16 15:08:53 +02:00
Guillaume Le Vaillant
660912a477
gnu: Add flamp.
...
* gnu/packages/radio.scm (flamp): New variable.
2020-04-16 14:53:50 +02:00
Ricardo Wurmus
3f782a6d95
gnu: r-destiny: Add missing input.
...
* gnu/packages/bioconductor.scm (r-destiny)[native-inputs]: Add r-nbconvertr.
2020-04-16 07:07:23 +02:00