mhw pushed a commit to branch core-updates
in repository guix.
commit 3b6f8b579b7fa712170f0535e264d8d5112fd9bc
Author: Mark H Weaver <[email protected]>
Date: Thu Oct 27 20:31:19 2016 -0400
gnu: python-parse: Fix patch file name in gnu/local.mk.
This is a followup to commit aa6c09ed71acbc371731d56424ee403a69efb833.
* gnu/local.mk (dist_patch_DATA):
"python-python-parse-too-many-fields.patch" =>
"python-parse-too-many-fields.patch".
---
gnu/local.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index b62bedb..a6e1a33 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -793,7 +793,7 @@ dist_patch_DATA =
\
%D%/packages/patches/python-file-double-encoding-bug.patch \
%D%/packages/patches/python-fix-tests.patch \
%D%/packages/patches/python-ipython-inputhook-ctype.patch \
- %D%/packages/patches/python-python-parse-too-many-fields.patch \
+ %D%/packages/patches/python-parse-too-many-fields.patch \
%D%/packages/patches/python-rarfile-fix-tests.patch \
%D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
%D%/packages/patches/python-statsmodels-fix-tests.patch \