Commit Graph

23769 Commits (780162c797479cf413a75ed39a15b58dd5bd6c55)

Author SHA1 Message Date
Alex Kost 780162c797
gnu: emacs-guix: Update to 0.3.3.
* gnu/packages/emacs.scm (emacs-guix): Update to 0.3.3.
2017-09-02 22:40:58 +03:00
Andreas Enge c64692a72d
gnu: pari-gp: Update to 2.9.3.
* gnu/packages/algebra.scm (pari-gp): Update to 2.9.3.
2017-09-02 17:11:49 +02:00
Leo Famulari 7bac819614
gnu: rosegarden: Import bash and lirc modules.
This is a followup to commit 9bc38f2872.

* gnu/packages/music.scm (define-module): Import (gnu packages bash) and
(gnu packages lirc).
2017-09-02 11:07:57 -04:00
Leo Famulari 631c9f743f
gnu: net-tools: Build from a source archive instead of a Git checkout.
* gnu/packages/linux.scm (net-tools)[source]: Use url-fetch and adjust
the source URL accordingly.
[native-inputs]: Add UNZIP.
(net-tools-for-tests)[native-inputs]: Add field so that we can exclude UNZIP.
2017-09-02 11:07:56 -04:00
Kei Kebreau d536113df0
gnu: openjpeg: Fix CVE-2017-{14040,14041}.
* gnu/packages/image.scm (openjpeg)[source]: Add patches.
* gnu/packages/patches/openjpeg-CVE-2017-14040.patch,
gnu/packages/patches/openjpeg-CVE-2017-14041.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2017-09-02 10:21:03 -04:00
宋文武 65e4109cdc
gnu: emacs-cider: Update to 0.15.0.
* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.0.
2017-09-02 21:23:34 +08:00
Danny Milosavljevic 9bc38f2872
gnu: Add rosegarden.
* gnu/packages/music.scm (rosegarden): New variable.
2017-09-02 14:29:11 +02:00
Hartmut Goebel 7ae9542bf3
gnu: Add prison.
* gnu/packages/kde-frameworks.scm (prison): New variable.
2017-09-02 13:11:31 +02:00
Hartmut Goebel 7ade80220b
gnu: Add libdmtx.
* gnu/packages/aidc.scm (libdmtx): New variable.
2017-09-02 13:11:30 +02:00
Marius Bakke 3fe666aa29
gnu: perl-www-opensearch: Enable tests.
Fixes <https://bugs.gnu.org/28253>.

* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add
PERL-CLASS-ERRORHANDLER, PERL-DATETIME, PERL-DATETIME-FORMAT-MAIL,
PERL-DATETIME-FORMAT-W3CDTF, PERL-FEED-FIND, PERL-MODULE-PLUGGABLE,
PERL-URI-FETCH, PERL-TEST-SIMPLE, PERL-XML-ATOM and PERL-XML-RSS.
2017-09-02 12:32:51 +02:00
Marius Bakke 47111bb365
gnu: ffmpeg@2.8: Update to 2.8.13.
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.13.
2017-09-02 12:08:54 +02:00
Maxim Cournoyer f306825da8
gnu: exiv2: Update source checksum.
The source archive was updated in place; only a cleanup of non functional
files was done (see: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28326).

* gnu/packages/image.scm (exiv2)[source]: Update hash.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-09-02 10:40:42 +02:00
Ethan R. Jones 7bd65a6304
gnu: swish-e: Work around compilation error and test failures.
* gnu/packages/search.scm (swish-e)[inputs]: Remove ZLIB and LIBXML2.
[arguments]: Add #:configure-flags.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-09-02 00:58:11 +02:00
Ludovic Courtès 75f23951ad
nls: Update 'fr' translation. 2017-09-02 00:58:11 +02:00
Muriithi Frederick Muriuki 2038a48f4d
gnu: Add python-xenon.
* gnu/packages/python.scm (python-xenon, python2-xenon) New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-02 00:58:11 +02:00
Tobias Geerinckx-Rice 6106d195a2
gnu: perl-html-tree: Update to 5.07.
* gnu/packages/web.scm (perl-html-tree): Update to 5.07.
2017-09-01 23:52:19 +02:00
Tobias Geerinckx-Rice 33fd32c285
gnu: youtube-dl: Update to 2017.09.02.
* gnu/packages/video.scm (youtube-dl): Update to 2017.09.02.
2017-09-01 23:52:19 +02:00
Tobias Geerinckx-Rice bbfc523d95
gnu: dub: Update to 1.5.0.
* gnu/packages/ldc.scm (dub): Update to 1.5.0.
2017-09-01 23:52:19 +02:00
Tobias Geerinckx-Rice def056d138
gnu: perl-context-preserve: Update source URL.
* gnu/packages/perl.scm (perl-context-preserve)[source]: Update CPAN author.
2017-09-01 23:52:18 +02:00
Tobias Geerinckx-Rice 0c3a1674e4
gnu: python-ruamel.yaml: Update to 0.15.33.
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.33.
2017-09-01 23:52:18 +02:00
Tobias Geerinckx-Rice d5909be93b
gnu: gparted: Update home page.
* gnu/packages/disk.scm (gparted)[home-page]: Use now-HTTPS gparted.org.
2017-09-01 23:52:18 +02:00
Christopher Baines 81fe131e0f
build: emacs-build-system: Make the install phase more helpful.
Modify the install phase to detect when nothing has been installed, and error
if this happens. This is preferable to continuing, and allowing the next phase
to fail.

Also, when nothing can be found to be installed, print out each file that was
considered, along with the regular expressions that were used to include and
exclude it.

* gnu/build/emacs-build-system.scm (install-file?): Add additional error
  checking and logging.
2017-09-01 22:00:44 +01:00
Ricardo Wurmus ebbb6301a3
gnu: r-minimal: Update to 3.4.1.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.1.
2017-09-01 22:05:39 +02:00
Leo Famulari 3bf0245bb8
gnu: vdirsyncer: Update to 0.16.2.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.2.
2017-09-01 13:54:23 -04:00
Leo Famulari 3a91ac8378
gnu: python-click-log: Update to 0.2.0.
* gnu/packages/python.scm (python-click-log): Update to 0.2.0.
2017-09-01 13:54:23 -04:00
Leo Famulari 19ecdbedd3
gnu: python-click-threading: Update to 0.4.3.
* gnu/packages/python.scm (python-click-threading): Update to 0.4.3.
[source]: Use pypi-uri.
2017-09-01 13:54:20 -04:00
Leo Famulari 2da21e48a8
gnu: python-icalendar: Update to 3.11.7.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.7.
2017-09-01 13:41:39 -04:00
Ricardo Wurmus 81195d139f
gnu: r-genomicalignments: Update to 1.12.2.
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.12.2.
2017-09-01 15:11:58 +02:00
Ricardo Wurmus 89b620e7ee
gnu: r-tidyr: Update to 0.7.0.
* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.0.
[propagated-inputs]: Remove r-lazyeval; add r-glue, r-purrr, r-rlang, and
r-tidyselect.
2017-09-01 15:11:58 +02:00
Ricardo Wurmus c4a4ef39ed
gnu: Add r-tidyselect.
* gnu/packages/statistics.scm (r-tidyselect): New variable.
2017-09-01 15:11:58 +02:00
Ricardo Wurmus db2e43863c
gnu: r-vegan: Update to 2.4-4.
* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-4.
[native-inputs]: Remove r-knitr.
2017-09-01 15:11:57 +02:00
Ricardo Wurmus 7b92acdf52
gnu: r-maldiquant: Update to 1.16.4.
* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.16.4.
2017-09-01 15:11:57 +02:00
Ricardo Wurmus 6bd27981f6
gnu: r-bookdown: Update to 0.5.
* gnu/packages/bioinformatics.scm (r-bookdown): Update to 0.5.
2017-09-01 15:11:56 +02:00
Ricardo Wurmus c62276b2fa
gnu: r-ksamples: Update to 1.2-7.
* gnu/packages/cran.scm (r-ksamples): Update to 1.2-7.
2017-09-01 15:11:56 +02:00
Ricardo Wurmus 28f2f89391
gnu: r-distillery: Update to 1.0-4.
* gnu/packages/cran.scm (r-distillery): Update to 1.0-4.
2017-09-01 15:11:55 +02:00
Ricardo Wurmus f7b172187a
gnu: r-sp: Update to 1.2-5.
* gnu/packages/cran.scm (r-sp): Update to 1.2-5.
2017-09-01 15:11:55 +02:00
Ricardo Wurmus bf958fcd63
gnu: r-ggally: Update to 1.3.2.
* gnu/packages/cran.scm (r-ggally): Update to 1.3.2.
2017-09-01 15:11:55 +02:00
Ricardo Wurmus 38ea6cfab4
gnu: r-reshape: Update to 0.8.7.
* gnu/packages/cran.scm (r-reshape): Update to 0.8.7.
2017-09-01 15:11:54 +02:00
Ricardo Wurmus eeb5432802
gnu: r-powerlaw: Update to 0.70.1.
* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.1.
2017-09-01 15:11:54 +02:00
Ricardo Wurmus a5c2980486
gnu: r-circlize: Update to 0.4.1.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.1.
2017-09-01 15:11:54 +02:00
Ricardo Wurmus ea4d4f7616
gnu: r-shape: Update to 1.4.3.
* gnu/packages/cran.scm (r-shape): Update to 1.4.3.
2017-09-01 15:11:53 +02:00
Ricardo Wurmus 9077f6d9aa
gnu: r-tclust: Update to 1.3-1.
* gnu/packages/statistics.scm (r-tclust): Update to 1.3-1.
2017-09-01 15:11:53 +02:00
Ricardo Wurmus 347cab66b6
gnu: r-fastcluster: Update to 1.1.24.
* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.24.
2017-09-01 15:11:52 +02:00
Ricardo Wurmus d574d6bcc2
gnu: r-rcpparmadillo: Update to 0.7.960.1.2.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.960.1.2.
2017-09-01 15:11:52 +02:00
Ricardo Wurmus 2dda8fca6f
gnu: r-plotrix: Update to 3.6-6.
* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-6.
2017-09-01 15:11:51 +02:00
Ricardo Wurmus 7d60652ebe
gnu: r-httr: Update to 1.3.1.
* gnu/packages/statistics.scm (r-httr): Update to 1.3.1.
[propagated-inputs]: Remove r-digest and r-stringr.
2017-09-01 15:11:51 +02:00
Ricardo Wurmus e3323e0707
gnu: r-commonmark: Update to 1.4.
* gnu/packages/statistics.scm (r-commonmark): Update to 1.4.
2017-09-01 15:11:51 +02:00
Ricardo Wurmus 5d84369bda
gnu: r-ade4: Update to 1.7-8.
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-8.
2017-09-01 15:11:50 +02:00
Ricardo Wurmus fb10c923b3
gnu: r-tibble: Update to 1.3.4.
* gnu/packages/statistics.scm (r-tibble): Update to 1.3.4.
2017-09-01 15:11:50 +02:00
Ricardo Wurmus edd5fd7208
gnu: r-rlang: Update to 0.1.2.
* gnu/packages/statistics.scm (r-rlang): Update to 0.1.2.
2017-09-01 15:11:49 +02:00