Commit Graph

20731 Commits (f4433d09a181e2733643a69379e2b1404c59c66c)

Author SHA1 Message Date
Ludovic Courtès 21b71b01e9
services: Add 'description' fields.
* gnu/services/admin.scm (rottlog-service-type)
(tailon-service-type): Add 'description' field.
* gnu/services/audio.scm (mpd-service-type): Likewise.
* gnu/services/avahi.scm (avahi-service-type): Likewise.
* gnu/services/ssh.scm (lsh-service-type)
(openssh-service-type, dropbear-service-type): Likewise.
2017-11-05 15:29:52 +01:00
nee b6d2930d1f
services: Add murmur.
* gnu/services/telephony.scm: New file.
* gnu/local.mk: Add it.
* doc/guix.texi (Telephony Services): New node.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-05 15:21:53 +01:00
Manolis Ragkousis 50c229caf9
gnu: fio: Update to 3.1.
* gnu/packages/benchmark.scm (fio): Update to 3.1.
2017-11-05 12:29:46 +02:00
Hartmut Goebel 1289001a5d
gnu: prison: Move to be in alphabetical order.
I was trapped be the definitions not being in alphabetical order.

* gnu/packages/kde-frameworks.scm (prison): Move in front of
  solid.
2017-11-05 10:56:40 +01:00
Hartmut Goebel a7dc855725
gnu: kdewebkit: Move to be in alphabetical order.
I was trapped by the definitions not being in alphabetical order.

* gnu/packages/kde-frameworks.scm (kdewebkit): Move in front of
  kemoticons.
2017-11-05 10:56:40 +01:00
Hartmut Goebel 39d1a429fe
gnu: kactivities: Move to tier 2.
KDE now lists this package as tier 2, I was trapped by the
definitions being at the wrong place.

* gnu/packages/kde-frameworks.scm (kactivities): Move into the
  "section" of tier 2 packages. (kactivities-stats) Remove now
  obsolete comment.
2017-11-05 10:56:39 +01:00
Hartmut Goebel 571f1fa3b2
gnu: libksysguard: Update to 5.11.2.
* gnu/packages/kde.scm (libksysguard): Update to 5.11.2.
2017-11-05 10:56:39 +01:00
Hartmut Goebel e8737735a2
gnu: solid: Enable building interface for qml.
* gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative.
2017-11-05 10:56:38 +01:00
Hartmut Goebel b1beb1670b
gnu: krunner: Make some tests pass.
* gnu/packages/kde-frameworks.scm[arguments]
  <#:tests?>: Remove.
  <#:phases>[fix-paths-for-test'] New phase.
  <#:phases>[check-setup]: Set $HOME. Blacklist a failing new-in-5.39.0 test.
2017-11-05 10:56:37 +01:00
Hartmut Goebel 5bc1efd77d
gnu: kdelibs4support: Make test kstandarddirstest pass.
* gnu/package/kde-frameworks.scm(kdelibs4support)[#:phases]
  <check-post-install>: Add workaround for bug in test-case.
  Update comment.
2017-11-05 10:56:36 +01:00
Hartmut Goebel fa274ab2c0
gnu: kimageformats: Update comment.
* gnu/packages/kde-frameworks.scm(kimageformats): Update comment.
2017-11-05 10:56:36 +01:00
Hartmut Goebel 6211aadf4b
gnu: kde-frameworks: Update to 5.39.0.
Beside simple updating:
- ktexteditor: Add input.
- kdelibs4support: Enable test kmimetypetest, disable test kuniqueapptest.
- kimageformats: Make the plugins available for tests.
- krunner: Make old tests pass again. Blacklist a failing new test.

* gnu/packages/kde-frameworks.scm (attica, baloo, bluez-qt, breeze-icons,
  extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive,
  kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets,
  kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded,
  kde-frameworkintegration, kdelibs4support, kdesignerplugin, kdesu,
  kdewebkit, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel,
  kguiaddons, khtml, ki18n, kiconthemes, kidletime, kimageformats, kinit, kio,
  kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer,
  knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople,
  kplotting, kpty, kross, krunner, kservice, ksyntaxhighlighting,
  ktextwidgets, kunitconversion, kwallet, kwayland, kwidgetsaddons,
  kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt,
  oxygen-icons, plasma-framework, prison, solid, sonnet, threadweaver): Update
  to 5.39.0
  (ktexteditor) Update to 5.39.0. [source]: Add patch. [inputs]: Add
  qtdeclarative.
  (kdelibs4support): Update to 5.39.0. [#:phase check-post-install]: Remove
  kmimetypetest from and add kuniqueapptest to list of test to be excluded
  when running ctest.
  (kimageformats): Update to 5.39.0. [#:phase check-setup] Make the plugins
  available for tests.
* gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch:
  New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-11-05 10:56:35 +01:00
Hartmut Goebel 9f5bd38f94
gnu: extra-cmake-modules: Install pri-files into lib/qt5/.
This in accordance with the documentation in
ECMGeneratePriFile.cmake: "Packagers … want to set
`ECM_MKSPECS_INSTALL_DIR` to something like
`share/qt5/mkspecs/modules`." Our Qt5 is putting pri-files into
`lib/qt5/mkspecs/modules`.

* gnu/packages/kde-frameworks.scm(extra-cmake-modules)[#:phase fix-lib-path]:
  New substitute for file 'modules/ECMGeneratePriFile.cmake'.
2017-11-05 10:56:34 +01:00
Marius Bakke 46dea1241c
gnu: icedtea: Update to 3.6.0 [security fixes].
Fixes CVE-2017-{10274,10821,10825,10295,10388,10346,10350,10347,10349,10345,
10348,10357,10355,10356,10165} and CVE-2016-{10165,9840,9841,9842,9843}.

* gnu/packages/java.scm (icedtea-8): Update to 3.6.0.
[native-inputs]: Update dependency hashes.
2017-11-04 15:33:59 +01:00
Ben Woodcroft 171ba2480f
gnu: diamond: Update to 0.9.12.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.12.
2017-11-04 10:51:44 +10:00
Marius Bakke d3f140218b
gnu: sssd: Disable failing test.
* gnu/packages/sssd.scm (sssd)[arguments]<#:phases>: Add substitution to
'disable-failing-test' phase.
2017-11-04 00:07:40 +01:00
Marius Bakke f1ae27b608
gnu: samba: Update to 4.7.1.
* gnu/packages/samba.scm (samba): Update to 4.7.1.
2017-11-04 00:07:40 +01:00
Marius Bakke ad25310dd5
gnu: ldb: Update to 1.3.0.
* gnu/packages/samba.scm (ldb): Update to 1.3.0.
2017-11-04 00:07:40 +01:00
Marius Bakke d94c679254
gnu: re2: Update to 2017-11-01.
* gnu/packages/regex.scm (re2): Update to 2017-11-01.
2017-11-04 00:07:39 +01:00
Marius Bakke 1695bd788d
gnu: libxfont@1: Update to 1.5.3.
* gnu/packages/xorg.scm (libxfont): Update to 1.5.3.
[source](patches): Remove.
2017-11-04 00:07:39 +01:00
Ricardo Wurmus 66865ab8ac
gnu: multiqc: Update to 1.3.
* gnu/packages/bioinformatics.scm (multiqc): Update to 1.3.
[propagated-inputs]: Add python-enum34.
[license]: The license was changed to "GPLv3 or later" with this release.
2017-11-03 17:18:52 +01:00
Kei Kebreau 416ad6feaa
gnu: iso-codes: Update to 3.76.
* gnu/packages/iso-codes.scm (iso-codes): Update to 3.76.
2017-11-03 09:34:13 -04:00
Ricardo Wurmus b12c6a664d
gnu: r-ape: Update to 5.0.
* gnu/packages/bioinformatics.scm (r-ape): Update to 5.0.
[propagated-inputs]: Add r-rcpp.
2017-11-03 14:14:38 +01:00
Ricardo Wurmus 840782204f
gnu: r-bbmle: Update to 1.0.20.
* gnu/packages/cran.scm (r-bbmle): Update to 1.0.20.
2017-11-03 14:14:38 +01:00
Ricardo Wurmus 1a1b4f0571
gnu: r-proxy: Update to 0.4-19.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-19.
2017-11-03 14:14:38 +01:00
Ricardo Wurmus a8a2871f71
gnu: r-glue: Update to 1.2.0.
* gnu/packages/cran.scm (r-glue): Update to 1.2.0.
2017-11-03 14:14:38 +01:00
Ricardo Wurmus a6ec5b7043
gnu: r-withr: Update to 2.1.0.
* gnu/packages/statistics.scm (r-withr): Update to 2.1.0.
[propagated-inputs]: Add r-lattice.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus fd9afcf4ea
gnu: r-quantreg: Update to 5.34.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.34.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus 1fe75660c0
gnu: r-robustbase: Update to 0.92-8.
* gnu/packages/statistics.scm (r-robustbase): Update to 0.92-8.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus 1fb415cb50
gnu: r-purrr: Update to 0.2.4.
* gnu/packages/statistics.scm (r-purrr): Update to 0.2.4.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus c8818f5577
gnu: r-irlba: Update to 2.3.1.
* gnu/packages/statistics.scm (r-irlba): Update to 2.3.1.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus 116e9837b5
gnu: r-checkmate: Update to 1.8.5.
* gnu/packages/statistics.scm (r-checkmate): Update to 1.8.5.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus fde66e3018
gnu: r-multitaper: Update to 1.0-14.
* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-14.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus 0a123e0609
gnu: r-data-table: Update to 1.10.4-3.
* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4-3.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus b5a2f37157
gnu: r-pryr: Update to 0.1.3
* gnu/packages/statistics.scm (r-pryr): Update to 0.1.3.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus bc409c8d3b
gnu: r-lazyeval: Update to 0.2.1.
* gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.1.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus 6b968c4cd3
gnu: Add r-corrplot.
* gnu/packages/cran.scm (r-corrplot): New variable.
2017-11-03 10:34:24 +01:00
Ricardo Wurmus 81e0b62502
gnu: Add r-ggrepel.
* gnu/packages/cran.scm (r-ggrepel): New variable.
2017-11-03 10:34:23 +01:00
Mark H Weaver 0f3142e7c3
gnu: linux-libre: Update to 4.13.11.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.11.
(%linux-libre-hash): Update hash.
2017-11-03 01:31:06 -04:00
Mark H Weaver 336b8d422d
gnu: linux-libre@4.9: Update to 4.9.60.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.60.
2017-11-03 01:30:25 -04:00
Mark H Weaver 15d44dfe22
gnu: linux-libre@4.4: Update to 4.4.96.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.96.
2017-11-03 01:29:33 -04:00
Oleg Pykhalov 72df48dbad
gnu: Add kodi-cli.
* gnu/packages/kodi.scm (kodi-cli): New variable.
2017-11-03 06:46:03 +03:00
Ricardo Wurmus 1d84500a72
gnu: conda: Fix environment scripts.
* gnu/packages/package-management.scm (conda)[arguments]: Add phase
"undo-wrap".
2017-11-03 00:12:46 +01:00
Marius Bakke ada53b1d50
Revert "gnu: itstool: Update to 2.0.4."
This reverts commit 13fbd174b5.
2017-11-02 23:00:23 +01:00
Marius Bakke 77576be41f
gnu: openssl@1.1: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2017-2736].
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0g.
[source]: Add HTTPS mirror.
2017-11-02 22:21:59 +01:00
Marius Bakke 1df4f5c919
gnu: openssl@1.0: Replace with 1.0.2m [fixes CVE-2017-3735, CVE-2017-2736].
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2m): New public variable.
2017-11-02 22:21:59 +01:00
Efraim Flashner 22bf67d1f4
gnu: enlightenment: Update to 0.22.0.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.0.
2017-11-02 23:05:11 +02:00
Efraim Flashner 41b5408235
gnu: efl: Update to 1.20.5.
* gnu/packages/enlightenment.scm (efl): Update to 1.20.5.
2017-11-02 23:05:09 +02:00
Marius Bakke bc183968f5
gnu: vte-ng: Update to 0.50.2.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.2.a.
2017-11-02 21:17:41 +01:00
Tobias Geerinckx-Rice 52995941bc
gnu: gnome-todo: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-todo): Update to 3.26.2.
2017-11-02 21:10:21 +01:00
Tobias Geerinckx-Rice 92c9392767
gnu: dconf-editor: Update to 3.26.2.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.2.
2017-11-02 21:10:21 +01:00
Tobias Geerinckx-Rice b39e612115
gnu: gnome-clocks: Update to 3.26.1.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.26.1.
2017-11-02 21:10:20 +01:00
Tobias Geerinckx-Rice 1b59d45ee4
gnu: file-roller: Update to 3.26.2.
gnu/packages/gnome.scm (file-roller): Update to 3.26.2.
2017-11-02 21:10:20 +01:00
Tobias Geerinckx-Rice 46994d0d4c
gnu: aisleriot: Update to 3.22.4.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.4.
2017-11-02 21:10:19 +01:00
Tobias Geerinckx-Rice 03e775d4e8
gnu: knot: Update to 2.6.1.
* gnu/packages/dns.scm (knot): Update to 2.6.1.
2017-11-02 21:10:18 +01:00
Tobias Geerinckx-Rice 73b80ff924
gnu: miniupnpc: Update to 2.0.20171102.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20171102.
2017-11-02 21:10:18 +01:00
Rutger Helling 3440f12a7e
gnu: mpv: enable Wayland support.
* gnu/packages/video.scm (mpv)[inputs]: Add wayland and libxkbcommon.
2017-11-02 16:03:25 -04:00
Kei Kebreau 13fbd174b5
gnu: itstool: Update to 2.0.4.
* gnu/packages/glib.scm (itstool): Update to 2.0.4.
[inputs]: Replace python and python-libxml2 with python-2 and python2-libxml2.
2017-11-02 15:37:22 -04:00
Kei Kebreau 67bd376b1a
gnu: gnome-maps: Update to 3.26.2.
* gnu/packages/geo.scm (gnome-maps): Update to 3.26.2.
[arguments]: In 'install' phase, add webkitgtk to LD_LIBRARY_PATH.
2017-11-02 14:42:58 -04:00
Kei Kebreau 4dd137d508
gnu: libgweather: Update to 3.26.0.
* gnu/packages/gnome.scm (libgweather): Update to 3.26.0.
2017-11-02 12:05:03 -04:00
Julien Lepiller bb27eb0dbf
gnu: Add java-plexus-classworlds.
* gnu/packages/java.scm (java-plexus-classworlds): New variable.
2017-11-02 13:07:38 +01:00
Julien Lepiller 4d50897515
gnu: Add java-powermock-api-easymock.
* gnu/packages/java.scm (java-powermock-api-easymock): New variable.
2017-11-02 13:07:30 +01:00
Julien Lepiller 33db168181
gnu: Add java-powermock-modules-junit4.
* gnu/packages/java.scm (java-powermock-modules-junit4): New variable.
2017-11-02 13:07:27 +01:00
Julien Lepiller 6c21d46c70
gnu: Add java-powermock-modules-junit4-common.
* gnu/packages/java.scm (java-powermock-modules-junit4-common): New
variable.
2017-11-02 13:07:24 +01:00
Julien Lepiller 2d5d65d7dd
gnu: Add java-powermock-api-support.
* gnu/packages/java.scm (java-powermock-api-support): New variable.
2017-11-02 13:07:22 +01:00
Julien Lepiller d4a4d5da60
gnu: Add java-powermock-core.
* gnu/packages/java.scm (java-powermock-core): New variable.
2017-11-02 13:07:19 +01:00
Julien Lepiller 8d6a48150a
gnu: Add java-powermock-reflect.
* gnu/packages/java.scm (java-powermock-reflect): New variable.
* gnu/packages/patches/java-powermock-fix-java-files.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-11-02 13:07:17 +01:00
Julien Lepiller 5619556b24
gnu: Add java-xerial-core.
* gnu/packages/java.scm (java-xerial-core): New variable.
2017-11-02 13:07:15 +01:00
Julien Lepiller a53d9ac0f2
gnu: Add java-lmax-disruptor.
* gnu/packages/java.scm (java-lmax-disruptor): New variable.
2017-11-02 13:07:12 +01:00
Julien Lepiller 3120836732
gnu: Add java-bouncycastle-bcpkix.
* gnu/packages/java.scm (java-bouncycastle-bcpkix): New variable.
2017-11-02 13:07:09 +01:00
Julien Lepiller 62315865df
gnu: Add java-bouncycastle-bcprov.
* gnu/packages/java.scm (java-bouncycastle-bcprov): New variable.
2017-11-02 13:07:07 +01:00
Julien Lepiller d54d7d31ac
gnu: Add java-lz4.
* gnu/packages/java.scm (java-lz4): New variable.
2017-11-02 13:07:04 +01:00
Julien Lepiller eaf3cb7a41
gnu: Add java-mvel2.
* gnu/packages/java.scm (java-mvel2): New variable.
2017-11-02 13:07:01 +01:00
Julien Lepiller 1717a7de7b
gnu: Add java-jnacl.
* gnu/packages/java.scm (java-jnacl): New variable.
2017-11-02 13:06:59 +01:00
Julien Lepiller 0442d897e9
gnu: Add java-testng.
* gnu/packages/java.scm (java-testng): New variable.
2017-11-02 13:06:56 +01:00
Julien Lepiller ca98e4481f
gnu: Add java-fest-assert.
* gnu/packages/java.scm (java-fest-assert): New variable.
2017-11-02 13:06:54 +01:00
Julien Lepiller 3c6c835806
gnu: Add java-fest-test.
* gnu/packages/java.scm (java-fest-test): New variable.
2017-11-02 13:06:51 +01:00
Julien Lepiller 7a343e971a
gnu: Add java-fest-util.
* gnu/packages/java.scm (java-fest-util): New variable.
2017-11-02 13:06:48 +01:00
Julien Lepiller e84b899d50
gnu: Add java-jmock-legacy.
* gnu/packages/java.scm (java-jmock-legacy): New variable.
2017-11-02 13:06:46 +01:00
Julien Lepiller 25436c6d03
gnu: Add java-jmock-junit4.
* gnu/packages/java.scm (java-jmock-junit4): New variable.
2017-11-02 13:06:43 +01:00
Julien Lepiller 045124ae2f
gnu: Add java-jmock.
* gnu/packages/java.scm (java-jmock): New variable.
2017-11-02 13:06:41 +01:00
Julien Lepiller 11bc385b7b
gnu: Add java-bsh.
* gnu/packages/java.scm (java-bsh): New variable.
2017-11-02 13:06:38 +01:00
Julien Lepiller a6dd06d0e2
gnu: Add java-jcommander.
* gnu/packages/java.scm (java-jcommander): New variable.
2017-11-02 13:06:19 +01:00
Kei Kebreau 2524a2a17a
gnu: five-or-more: Update to 3.26.0.
* gnu/packages/gnome.scm (five-or-more): Update to 3.26.0.
2017-11-02 07:36:58 -04:00
Efraim Flashner 30ee6bf5d2
gnu: dejagnu: Update to 1.6.1.
* gnu/packages/dejagnu.scm (dejagnu): Update to 1.6.1.
2017-11-02 13:12:15 +02:00
Oleg Pykhalov 50e3f2a5a4
gnu: emacs-helm-make: Update to 0.1.0-1.21c1bfa.
* gnu/packages/emacs.scm (emacs-helm-make): Update to 0.1.0-1.21c1bfa.
2017-11-02 11:05:46 +03:00
Eric Bavier a254971350
gnu: units: Add readline input.
* gnu/packages/maths.scm (units)[inputs]: Add readline.
2017-11-01 17:17:01 -05:00
Eric Bavier 0498d24866
gnu: units: Add python input.
* gnu/packages/maths.scm (units)[inputs]: New field.
[arguments]: New field.  Add 'wrap-units_cur phase.
2017-11-01 17:15:10 -05:00
Eric Bavier f11d2849a1
gnu: units: Update to 2.16.
* gnu/packages/maths.scm (units): Update to 2.16.
2017-11-01 17:11:15 -05:00
Kei Kebreau 55ed15baba
gnu: gnome-mines: Update to 3.26.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.26.0.
2017-11-01 19:49:46 -04:00
Marius Bakke 88b35013b7
gnu: git: Update to 2.15.0.
* gnu/packages/version-control.scm (git): Update to 2.15.0.
2017-11-01 21:26:58 +01:00
Marius Bakke 61e1d6a791
gnu: imagemagick: Update to 6.9.9-21.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-21.
[home-page]: Use HTTPS.
2017-11-01 21:26:50 +01:00
Marius Bakke 449ad88bb5
gnu: libass: Update to 0.14.0.
* gnu/packages/video.scm (libass): Update to 0.14.0.
[native-inputs]: Change from YASM to NASM.
2017-11-01 20:29:32 +01:00
Marius Bakke 5d7141cd28
tests: ssh: Make sure we can run executables from PATH.
* gnu/tests/ssh.scm (run-ssh-test): Add tests for running commands in system
and user profile.
2017-11-01 20:29:32 +01:00
Marius Bakke 2c16be569c
system: Return early in skeleton '.bashrc' when the shell is non-interactive.
* gnu/system/shadow.scm (default-skeletons)[bashrc]: Add return statement.
2017-11-01 20:29:32 +01:00
Marius Bakke 0ab59dd8b8
system: Test for interactive shell instead of `cat` in skeleton '.bashrc'.
* gnu/system/shadow.scm (default-skeletons)[bashrc]: Wrap $SSH_CLIENT test in
a conditional testing for interactive shell.
2017-11-01 20:29:32 +01:00
Marius Bakke 83a7a88f93
gnu: feh: Enable tests.
* gnu/packages/image-viewers.scm (feh)[arguments]: Remove #:tests?.  Add
 #:test-target.
[native-inputs]: Add PERL and PERL-TEST-COMMAND.  New field.
2017-11-01 20:29:32 +01:00
Marius Bakke 6b520156c2
gnu: Add perl-test-command.
* gnu/packages/perl.scm (perl-test-command): New public variable.
2017-11-01 20:29:32 +01:00
Efraim Flashner 5010d0e364
gnu: wine64: Add aarch64-linux to supported-systems.
* gnu/packages/wine.scm (wine64)[supported-systems]: Add aarch64-linux.
2017-11-01 10:17:18 +02:00
Ben Woodcroft 03d6e9dd08
gnu: vsearch: Update to 2.5.2.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.2.
2017-11-01 10:57:05 +10:00
Ben Woodcroft e126b79736
gnu: diamond: Update to 0.9.11.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.11.
2017-11-01 10:57:03 +10:00
Tobias Geerinckx-Rice e6ee13599d
gnu: libfilezilla: Update to 0.11.1.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.1.
2017-11-01 01:02:04 +01:00
Tobias Geerinckx-Rice 9b5db24e7a
gnu: gnome-mpv: Update to 0.13.
* gnu/packages/video.scm (gnome-mpv): Update to 0.13.
2017-11-01 01:02:04 +01:00
Tobias Geerinckx-Rice 78ab71ce1d
gnu: you-get: Update to 0.4.939.
* gnu/packages/video.scm (you-get): Update to 0.4.939.
2017-11-01 01:02:03 +01:00
Leo Famulari bc8bd40e6a
gnu: ncmpcpp: Update to 0.8.1.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.8.1.
2017-10-31 18:13:53 -04:00
Oleg Pykhalov cd5c3979d1
gnu: Add emacs-ggtags.
* gnu/packages/emacs.scm (emacs-ggtags): New variable.
2017-10-31 20:08:00 +03:00
Kei Kebreau 90bf26088e
gnu: Add sakura.
* gnu/packages/terminals.scm (sakura): New variable.
2017-10-31 09:41:52 -04:00
Oleg Pykhalov 016590a951
gnu: Add emacs-company-quickhelp.
* gnu/packages/emacs.scm (emacs-company-quickhelp): New variable.
2017-10-31 14:55:18 +03:00
宋文武 56295c5160
gnu: lxc: Update to 2.1.1.
* gnu/packages/virtualization.scm (lxc): Update to 2.1.1.
2017-10-31 19:28:09 +08:00
Oleg Pykhalov 2e4bb8c817
gnu: Add emacs-helm-make.
* gnu/packages/emacs.scm (emacs-helm-make): New variable.
2017-10-31 14:10:37 +03:00
Ricardo Wurmus 7bf59f7021
gnu: Remove cufflinks.
Cufflinks includes essential non-free code.
Fixes <https://bugs.gnu.org/28946>.

* gnu/packages/bioinformatics.scm (cufflinks): Remove variable.
2017-10-31 08:17:06 +01:00
Leo Famulari b275cd22d4
gnu: apr-util: Update to 1.6.1 [fixes CVE-2017-12618].
* gnu/packages/apr.scm (apr): Update to 1.6.1.
2017-10-30 21:46:18 -04:00
Leo Famulari b614c48017
gnu: apr: Update to 1.6.3 [fixes CVE-2017-12613].
* gnu/packages/apr.scm (apr): Update to 1.6.3.
2017-10-30 21:46:18 -04:00
Leo Famulari 3022680aba
gnu: mpd: Update to 0.20.11.
* gnu/packages/mpd.scm (mpd): Update to 0.20.11.
2017-10-30 21:46:14 -04:00
Leo Famulari 44b8823fc7
gnu: quagga: Update to 1.2.2 [fix CVE-2017-16227].
* gnu/packages/networking.scm (quagga): Update to 1.2.2.
2017-10-30 20:42:13 -04:00
Mark H Weaver 8b17ee4846
gnu: webkitgtk: Update to 2.18.2.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.2.
2017-10-30 20:07:00 -04:00
Ludovic Courtès c2eb8cd98c
gnu: xorg-server: Build reproducibly.
Fixes <https://bugs.gnu.org/24112>.

* gnu/packages/xorg.scm (xorg-server)[arguments]: Pass "--with-os-name"
and "--with-os-vendor" as #:configure-flags.
Augment 'pre-configure' phase to set 'BUILD_DATE' and 'BUILD_TIME' in
'configure'.
2017-10-31 00:51:37 +01:00
Efraim Flashner 8ff5b8aaa3
gnu: perl-http-cookies: Fix source uri.
This is a follow-up to d284f01826.

* gnu/packages/web.scm (perl-http-cookies)[source]: Update to new source uri.
2017-10-30 19:49:37 +02:00
Tobias Geerinckx-Rice 484a1c05d0
gnu: ola: Update to 0.10.5.
* gnu/packages/lighting.scm (ola): Update to 0.10.5.
2017-10-30 17:20:43 +01:00
Tobias Geerinckx-Rice 59261ebeea
gnu: ethtool: Update to 4.13.
* gnu/packages/networking.scm (ethtool): Update to 4.13.
2017-10-30 17:20:42 +01:00
Tobias Geerinckx-Rice 2fb83ca6c5
gnu: perl-class-tiny: Update to 1.006.
* gnu/packages/perl.scm (perl-class-tiny): Update to 1.006.
2017-10-30 17:20:42 +01:00
Tobias Geerinckx-Rice 7e5132a297
gnu: perl-extutils-pkgconfig: Update to 1.16.
* gnu/packages/perl.scm (perl-extutils-pkgconfig): Update to 1.16.
2017-10-30 17:20:41 +01:00
Tobias Geerinckx-Rice 72ef03b92b
gnu: perl-json-any: Update to 1.39.
* gnu/packages/perl.scm (perl-json-any): Update to 1.39.
2017-10-30 17:20:41 +01:00
Tobias Geerinckx-Rice caa7adacce
gnu: perl-sub-exporter-progressive: Update to 0.001013.
* gnu/packages/perl.scm (perl-sub-exporter-progressive): Update to 0.001013.
2017-10-30 17:20:41 +01:00
Tobias Geerinckx-Rice 922814ae65
gnu: perl-html-lint: Update to 2.26.
* gnu/packages/perl.scm (perl-html-lint): Update to 2.26.
2017-10-30 17:20:40 +01:00
Tobias Geerinckx-Rice d284f01826
gnu: perl-http-cookies: Update to 6.04.
* gnu/packages/perl.scm (perl-http-cookies): Update to 6.04.
2017-10-30 17:20:40 +01:00
Tobias Geerinckx-Rice 58ade30228
gnu: perl-xml-libxml: Update to 2.0132.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0132.
2017-10-30 17:20:07 +01:00
Rutger Helling faffd821f3
gnu: wine: Update to 2.0.3.
* gnu/packages/wine.scm (wine): Update to 2.0.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-30 10:42:20 -04:00
ng0 8fd4320033
gnu: ffmpeg: Configure with frei0r.
* gnu/packages/video.scm (ffmepg)[inputs]: Add 'frei0r-plugins'.
(arguments)[configure-flags]: Add '--enable-frei0r' and remove
'TODO' comment about frei0r.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-10-30 15:43:21 +02:00
ng0 49e1d76dd9
gnu: Add frei0r-plugins.
* gnu/packages/video.scm (frei0r-plugins): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-10-30 15:43:21 +02:00
Ricardo Wurmus 1f6f4c40c1
gnu: Add r-tgconfig.
* gnu/packages/statistics.scm (r-tgconfig): New variable.
2017-10-30 12:07:53 +01:00
Ricardo Wurmus 7941d1ed5d
gnu: Add r-tgstat.
* gnu/packages/statistics.scm (r-tgstat): New variable.
2017-10-30 12:07:51 +01:00
Roel Janssen 491dc2fb16
gnu: java: Fix libjvm.so linkage problem in icedtea-7.
* gnu/packages/java.scm (icedtea-7): Add phase to create a symbolic link to
  libjvm.so.
2017-10-30 11:19:51 +01:00
Hartmut Goebel 91496dfc9a
tests: install: Estimate the installation system disk size.
1500 MiB are too small for a current system, thus let
system-disk-image estimate the required size.

* gnu/tests/install.scm: (run-install): Pass "#:disk-image-size
  'guess" to system-disk-image.
2017-10-30 09:12:56 +01:00
Efraim Flashner 73f71bc9b7
gnu: tig: Update to 2.3.0.
* gnu/packages/version-control.scm (tig): Update to 2.3.0.
[source]: Download from Github.
[home-page]: Update to new home-page.
2017-10-29 22:35:56 +02:00
Efraim Flashner 0c6f4bec2e
gnu: Add newsboat.
* gnu/packages/syndication.scm (newsboat): New variable.
2017-10-29 22:02:44 +02:00
Mark H Weaver f7ddf99696
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-10-29 15:29:18 -04:00
Ricardo Wurmus c9dc457711
gnu: mu: Add build phase to fix library reference.
* gnu/packages/mail.scm (mu)[arguments]: Add build phase "fix-ffi" to fix
reference to libguile-mu library.
2017-10-29 18:30:58 +01:00
Ricardo Wurmus d59ec12975
gnu: mu: Use Guile 2.2.
* gnu/packages/mail.scm (mu)[inputs]: Replace guile-2.0 with guile-2.2.
[arguments]: Replace references to version 2.0.
2017-10-29 18:30:58 +01:00
Tobias Geerinckx-Rice 8de54944f7
gnu: offlineimap: Update to 7.1.4.
* gnu/packages/mail.scm (offlineimap): Update to 7.1.4.
2017-10-29 17:32:39 +01:00
Tobias Geerinckx-Rice 8281f8263d
gnu: youtube-dl: Update to 2017.10.29.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.29.
2017-10-29 17:32:39 +01:00
Tobias Geerinckx-Rice be03120d78
gnu: perl-test-www-mechanize-psgi: Update to 0.37.
gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.37.
2017-10-29 17:32:38 +01:00
Tobias Geerinckx-Rice 303c68588a
gnu: perl-test-www-mechanize: Update to 1.48.
gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.48.
2017-10-29 17:32:38 +01:00
Tobias Geerinckx-Rice c2d1b935e0
gnu: perl-uri-find: Update to 20160806.
* gnu/packages/web.scm (perl-uri-find): Update to 20160806.
2017-10-29 17:32:38 +01:00
Tobias Geerinckx-Rice 4f50fd752b
gnu: perl-email-mime: Update to 1.946.
* gnu/packages/mail.scm (perl-email-mime): Update to 1.946.
[propagated-inputs]: Add perl-module-runtime.
2017-10-29 17:32:37 +01:00
Tobias Geerinckx-Rice 9b5fc20c4e
gnu: perl-email-mime-contenttype: Update to 1.022.
* gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.022.
2017-10-29 17:32:37 +01:00
Tobias Geerinckx-Rice 25adc0066a
gnu: perl-email-simple: Update to 2.214.
* gnu/packages/mail.scm (perl-email-simple): Update to 2.214.
2017-10-29 17:32:36 +01:00
Tobias Geerinckx-Rice 801eb74620
gnu: perl-email-sender: Update to 1.300031.
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300031.
2017-10-29 17:32:36 +01:00
Tobias Geerinckx-Rice adce670797
gnu: perl-tie-cycle: Update to 1.225.
* gnu/packages/perl.scm (perl-tie-cycle): Update to 1.225.
2017-10-29 15:22:24 +01:00
Tobias Geerinckx-Rice ec4e2b24a7
gnu: perl-text-table: Update to 1.133.
* gnu/packages/perl.scm (perl-text-table): Update to 1.133.
2017-10-29 15:22:23 +01:00
Tobias Geerinckx-Rice c97dadcc97
gnu: perl-safe-isa: Update to 1.000008.
* gnu/packages/perl.scm (perl-safe-isa): Update to 1.000008.
2017-10-29 15:22:21 +01:00
Tobias Geerinckx-Rice 384dec0889
gnu: perl-log-log4perl: Update to 1.49.
* gnu/packages/perl.scm (perl-log-log4perl): Update to 1.49.
2017-10-29 15:22:20 +01:00
Tobias Geerinckx-Rice dbbc8f5a86
gnu: perl-file-sharedir-dist: Update to 0.05.
* gnu/packages/perl.scm (perl-file-sharedir-dist): Update to 0.05.
2017-10-29 15:22:19 +01:00
Tobias Geerinckx-Rice 37fcabf0ef
gnu: perl-business-ismn: Update to 1.131.
* gnu/packages/perl.scm (perl-business-ismn): Update to 1.131.
2017-10-29 15:22:17 +01:00
Tobias Geerinckx-Rice 6a2c510dc5
gnu: perl-net-dns: Update to 1.13.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
2017-10-29 15:22:16 +01:00
Jan Nieuwenhuizen 11e5e932ad
gnu: conkeror: Update to 1.1.0.
* gnu/packages/conkeror.scm (conkeror): Update to 1.1.0.
2017-10-29 11:21:12 +01:00
Nicolas Goaziou 53a3f5d792
gnu: giac-xcas: Update to 1.4.9-17.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-17.  Remove
  unnecessary workaround about failing test.
2017-10-29 10:06:44 +01:00
Nicolas Goaziou 4a8bd5500d
gnu: scribus: Update to 1.5.3. Add inputs.
* gnu/packages/scribus.scm (scribus): Update to 1.5.3.
[input]: Add fontconfig, harfbuzz, hunspell, icu4c, libcdr, libfreehand,
libmspub, librevenge, libvisio, openssl, podofo, poppler, and boost.  Move
qttools to ...
[native-input]: ... here.
[home-page]: Fix URL.

Co-authored-by: Eric Bavier <bavier@member.fsf.org>
2017-10-29 09:09:56 +01:00
Eric Bavier 9de52b5643
gnu: perl-sys-cpu: Skip cpu_clock and cpu_type tests.
* gnu/packages/perl.scm (perl-sys-cpu)[source]: Replace test in snippet.
2017-10-28 18:20:58 -05:00
Mark H Weaver 0f27666b91
gnu: linux-libre: Update to 4.13.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.10.
(%linux-libre-hash): Update hash.
2017-10-28 22:29:01 -04:00
Mark H Weaver 88deca15b5
gnu: linux-libre@4.9: Update to 4.9.59.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.59.
2017-10-28 22:28:23 -04:00
Mark H Weaver 813b4454a8
gnu: linux-libre@4.4: Update to 4.4.95.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.95.
2017-10-28 22:27:37 -04:00
Efraim Flashner c178aa344f
gnu: gavl: Fix building on armhf and aarch64.
* gnu/packages/video.scm (gavl)[arguments]: Add '-lm' to configure flags.
2017-10-28 23:11:12 +03:00
ng0 4b86f04a51
gnu: neomutt: Remove obsolete configure switches.
* gnu/packages/mail.scm (neomutt)[arguments]: Remove '--with-regex'
and '--with-external-dotlock' from configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:42 +02:00
ng0 32fc1ec3d5
gnu: neomutt: Do not inherit mutt.
* gnu/packages/mail.scm (neomutt): Remove (inherit mutt),
add 'build-system' and 'license'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:36 +02:00
ng0 7de23b02a1
gnu: neomutt: Update to 20171027.
* gnu/packages/mail.scm (neomutt): Update to 20171027.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:25 +02:00
Kyle Meyer bf1264ab70
gnu: emacs-yasnippet: Update to 0.12.2.
* gnu/packages/emacs.scm (emacs-yasnippet): Update to 0.12.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:31 +02:00
Kyle Meyer 8a0d454eed
gnu: emacs-elfeed: Update to 2.2.0.
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.2.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:29 +02:00
Kyle Meyer 9932dabfb6
gnu: emacs-hydra: Update to 0.14.0.
* gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:25 +02:00
Kyle Meyer 2b0ddaaac7
gnu: emacs-f: Update to 0.19.0.
* gnu/packages/emacs.scm (emacs-f): Update to 0.19.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:22 +02:00
Kyle Meyer 4e4255849d
gnu: emacs-s: Update to 1.12.0.
* gnu/packages/emacs.scm (emacs-s): Update to 1.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:18 +02:00
Julien Lepiller c54a8fdf90
gnu: Update php to 7.1.11.
* gnu/packages/php.scm (php): Update to 7.1.11.
2017-10-28 14:19:15 +02:00
Peter Kreye 90ab26fa26
gnu: Add ocaml-utop.
* gnu/packages/ocaml.scm (ocaml-utop): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:33:59 +02:00
Peter Kreye 50856b7342
gnu: Add ocaml-findlib-1.7.3.
* gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:33:46 +02:00
Peter Kreye e88ff71c10
gnu: Add ocaml-lambda-term.
* gnu/packages/ocaml.scm (ocaml-zed): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:12:20 +02:00
Peter Kreye cd4abd293d
gnu: Add ocaml-zed.
* gnu/packages/ocaml.scm (ocaml-zed): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:09:02 +02:00
Peter Kreye c00233ac16
gnu: Add ocaml-jbuilder.
* gnu/packages/ocaml.scm (ocaml-jbuilder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:00:09 +02:00
Tobias Geerinckx-Rice ed1f071e98
gnu: perl-net-dns: Update to 1.13.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
2017-10-28 01:55:26 +02:00
Tobias Geerinckx-Rice e13a63d933
gnu: perl-xml-libxml: Update to 2.0131.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0131.
2017-10-28 01:55:26 +02:00
Theodoros Foradis 50942a690e
gnu: kicad: Build with ngspice support.
* gnu/packages/engineering.scm (kicad):
[arguments] <configure-flags>: Add KICAD_SPICE flag.
[inputs]: Add libngspice.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:03:39 -07:00
Theodoros Foradis c48799c0a5
gnu: kicad: Update to commit 5f4599f.
* gnu/packages/engineering.scm (kicad): Update to commit 5f4599f.
[arguments]: Add "install-lib-3d" phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:03:18 -07:00
Theodoros Foradis c16fabfa9e
gnu: kicad-library: Update to 4.0.6.
* gnu/packages/engineering.scm (kicad-library): Update to 4.0.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:00:39 -07:00
Theodoros Foradis c31b61ef53
gnu: Add qucs.
* gnu/packages/engineering.scm (qucs): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 12:42:49 -07:00
Ludovic Courtès 40a99ca014
gnu: freehdl: Depend on the current 'gcc-toolchain'.
* gnu/packages/engineering.scm (freehdl)[inputs]: Change
'gcc-toolchain-5' to 'gcc-toolchain'.
2017-10-27 12:37:38 -07:00
Ludovic Courtès b887ede17d
gnu: gcc: Add unversioned 'gcc-toolchain' variable.
Reported by Theodoros Foradis <theodoros@foradis.org>.

* gnu/packages/commencement.scm (gcc-toolchain): Rename to...
(make-gcc-toolchain): ... this.
(gcc-toolchain): New variable.
(gcc-toolchain-5): Turn into an alias for 'gcc-toolchain'.
2017-10-27 12:35:49 -07:00
Ludovic Courtès 99b9857be7
gnu: Add Catalan dictionary for Aspell.
Hola!

* gnu/packages/aspell.scm (aspell-dict-ca): New variable.
2017-10-27 11:57:47 -07:00
Ludovic Courtès 085bcca313
gnu: Add hunspell-dict-en*.
* gnu/packages/aspell.scm (aspell-word-list): New procedure.
(define-word-list-dictionary): New macro.
(hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca)
(hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New
variables.
2017-10-27 09:33:15 -07:00
Theodoros Foradis d3f9589842
gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts.
* gnu/packages/engineering.scm (freehdl):
[arguments] <phases>: Add patch-gvhdl and patch-freehdl-gennodes phases.
Wrap-program "/bin/gvhdl" in make-wrapper phase.
[inputs]: Add guile-2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 09:33:15 -07:00
ng0 e37bdc0f28
gnu: Add gavl.
* gnu/packages/video.scm (gavl): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:55 -04:00
ng0 c50fe6c291
gnu: Add python-pycanberra.
* gnu/packages/libcanberra.scm (python-pycanberra): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:55 -04:00
ng0 635f981b9a
gnu: Add gst-transcoder.
* gnu/packages/video.scm (gst-transcoder): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:54 -04:00
Roel Janssen 58a308e0b4
gnu: Add gwl.
* gnu/packages/package-management.scm (gwl): New variable.
2017-10-27 11:17:43 +02:00
Marius Bakke 4119376d66
gnu: exiv2: Add upstream security fixes.
Fixes CVE-2017-14859, CVE-2017-14860, CVE-2017-14862 and CVE-2017-14864.

* gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch,
gnu/packages/patches/exiv2-CVE-2017-14860.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/image.scm (exiv2)[source]: Use them.
2017-10-27 00:50:09 +02:00
Maxim Cournoyer ba2cd6c2d8
gnu: synergy: Update repository URI and hash.
* gnu/packages/synergy.scm (synergy)[uri]: Replace synergy by synergy-core.
[sha256]: Update to reflect the name change of the archive root directory.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-26 15:45:14 -07:00
Kyle Meyer 3414ce9876
gnu: snakemake: Update to 4.2.0.
* gnu/packages/python.scm (snakemake): Update to 4.2.0.
[propagated-inputs]: Add python-appdirs, python-configargparse, python-pyyaml,
and python-ratelimiter, which are dependencies as of Snakemake 4.1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Kyle Meyer 9d0866ce1b
gnu: Add python-ratelimiter.
* gnu/packages/python.scm (python-ratelimiter, python2-ratelimiter): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Kyle Meyer b89e3c77c6
gnu: python-configargparse: Update to 0.12.0.
* gnu/packages/python.scm (python-configargparse, python2-configargparse):
Update to 0.12.0.
[arguments]: Enable tests.
[native-inputs]: Add python-pyyaml, which is an optional dependency but
required to run the tests.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Rutger Helling 750e9f15a3
gnu: xpra: Update to 2.1.3.
* gnu/packages/xorg.scm (xpra): Update to 2.1.3.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Jelle Licht 256ecba1a1
gnu: ansible: Update to 2.4.1.0.
* gnu/packages/admin.scm (ansible): Update to 2.4.1.0.
2017-10-27 00:30:49 +02:00
Marius Bakke 1c2adcd6b9
gnu: ffmpeg@3.3: Update to 3.3.5.
* gnu/packages/video.scm (ffmpeg-3.3): Update to 3.3.5.
2017-10-27 00:03:17 +02:00