diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 07:48:41 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 11:00:13 +0200 |
| commit | eea75c435ab7d7b4f44b1aa4e900e2abf5ba430f (patch) | |
| tree | f58f6ce0155716d5f5a71af59271a8fcd1e0df5b /gnu/packages/patchutils.scm | |
| parent | d2f477ba82923301e4a7a65c7cc77d8c41a98b90 (diff) | |
gnu: quilt: Update to 0.66.
* gnu/packages/patchutils.scm (quilt): Update to 0.66.
[source]: Remove all patches.
* gnu/packages/patches/quilt-test-fix-regex.patch,
gnu/packages/patches/quilt-getopt-nondigit-param.patch,
gnu/packages/patches/quilt-getopt-second-separator.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
Diffstat (limited to 'gnu/packages/patchutils.scm')
| -rw-r--r-- | gnu/packages/patchutils.scm | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index 8859030129c..f6197b98eea 100644 --- a/gnu/packages/patchutils.scm +++ b/gnu/packages/patchutils.scm | |||
| @@ -98,18 +98,14 @@ listing the files modified by a patch.") | |||
| 98 | (define-public quilt | 98 | (define-public quilt |
| 99 | (package | 99 | (package |
| 100 | (name "quilt") | 100 | (name "quilt") |
| 101 | (version "0.65") | 101 | (version "0.66") |
| 102 | (source | 102 | (source |
| 103 | (origin | 103 | (origin |
| 104 | (method url-fetch) | 104 | (method url-fetch) |
| 105 | (uri (string-append "mirror://savannah/quilt/" | 105 | (uri (string-append "mirror://savannah/quilt/" |
| 106 | "quilt-" version ".tar.gz")) | 106 | "quilt-" version ".tar.gz")) |
| 107 | (sha256 | 107 | (sha256 |
| 108 | (base32 | 108 | (base32 "01vfvk4pqigahx82fhaaffg921ivd3k7rylz1yfvy4zbdyd32jri")))) |
| 109 | "06b816m2gz9jfif7k9v2hrm7fz76zjg5pavf7hd3ifybwn4cgjzn")) | ||
| 110 | (patches (search-patches "quilt-test-fix-regex.patch" | ||
| 111 | "quilt-getopt-second-separator.patch" | ||
| 112 | "quilt-getopt-nondigit-param.patch")))) | ||
| 113 | (build-system gnu-build-system) | 109 | (build-system gnu-build-system) |
| 114 | (native-inputs | 110 | (native-inputs |
| 115 | `(("gettext" ,gnu-gettext))) | 111 | `(("gettext" ,gnu-gettext))) |
