diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-06-29 16:02:09 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-06-29 16:13:28 +0200 |
commit | 74e03fccd35e3d7ae664d9ae76102c7ce7853e40 (patch) | |
tree | c098c52fdba9a81795156f4221a5295dddb13ede /gnu-system.am | |
parent | 82c370dea1c4711b70f129ffe598df149b08a82c (diff) | |
download | guix-74e03fccd35e3d7ae664d9ae76102c7ce7853e40.tar guix-74e03fccd35e3d7ae664d9ae76102c7ce7853e40.tar.gz |
gnu: r: Update to 3.2.1.
* gnu/packages/statistics.scm (r): Update to 3.2.1.
* gnu/packages/patches/r-fix-15899.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 2adffd593c..6934c92681 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -579,7 +579,6 @@ dist_patch_DATA = \ gnu/packages/patches/qt4-tests.patch \ gnu/packages/patches/qt5-conflicting-typedefs.patch \ gnu/packages/patches/qt5-runpath.patch \ - gnu/packages/patches/r-fix-15899.patch \ gnu/packages/patches/ratpoison-shell.patch \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-libm.patch \ |