guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-parse: Fix patch file name in gnu/local.mk.


From: Mark H. Weaver
Subject: 02/02: gnu: python-parse: Fix patch file name in gnu/local.mk.
Date: Fri, 28 Oct 2016 00:37:17 +0000 (UTC)

mhw pushed a commit to branch core-updates
in repository guix.

commit 3b6f8b579b7fa712170f0535e264d8d5112fd9bc
Author: Mark H Weaver <address@hidden>
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      \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]