diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2015-04-10 00:19:20 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-04-10 00:19:46 +0200 |
commit | 08c045091e8d8da3b4c677540ed577e8f2448b0d (patch) | |
tree | 758fb076b865fd48cd66ac853fc6def34c32fe72 /gnu-system.am | |
parent | 2bfe74378cbd1ebb4ae511f70daa3019723acbb7 (diff) | |
download | guix-08c045091e8d8da3b4c677540ed577e8f2448b0d.tar guix-08c045091e8d8da3b4c677540ed577e8f2448b0d.tar.gz |
python: Update to 3.4.3
* gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3.
* gnu/packages/patches/python-fix-tests.patch: Update the required test fixes.
* gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it...
* gnu-system.am (dist_patch_DATA): ... and do not reference it here.
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 969a9116f0..3c0315e306 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -510,7 +510,6 @@ dist_patch_DATA = \ gnu/packages/patches/pybugz-stty.patch \ gnu/packages/patches/pyqt-configure.patch \ gnu/packages/patches/python-fix-tests.patch \ - gnu/packages/patches/python-libffi-mips-n32-fix.patch \ gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch \ gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ gnu/packages/patches/python2-sqlite-3.8.4-test-fix.patch \ |