diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-12-07 00:00:41 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-07 00:00:41 +0100 |
commit | 3933905c5fdf1df0175a355f437c9e10c5d2226f (patch) | |
tree | f408c66b01a393d8ee97fb6b34e3c40b5601f5a6 /gnu/packages/patchutils.scm | |
parent | 69f867b18f42c5a5de26fa55acbe1091635073d7 (diff) | |
parent | 178be030c0e4fdeac5e1c968b5c99d84bb4691db (diff) | |
download | guix-3933905c5fdf1df0175a355f437c9e10c5d2226f.tar.gz |
Merge branch 'version-0.16.0'
Diffstat (limited to 'gnu/packages/patchutils.scm')
-rw-r--r-- | gnu/packages/patchutils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index fa5ad62e44..b655399345 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm @@ -102,8 +102,8 @@ listing the files modified by a patch.") (base32 "06b816m2gz9jfif7k9v2hrm7fz76zjg5pavf7hd3ifybwn4cgjzn")) (patches (search-patches "quilt-test-fix-regex.patch" - "quilt-compat-getopt-fix-second-separator.patch" - "quilt-compat-getopt-fix-option-with-nondigit-param.patch")))) + "quilt-getopt-second-separator.patch" + "quilt-getopt-nondigit-param.patch")))) (build-system gnu-build-system) (native-inputs `(("gettext" ,gnu-gettext))) |