Archived
1
0
Fork 0

gnu: patch: Update to 2.7.1.

* gnu/packages/base.scm (patch): Update to 2.7.1.
This commit is contained in:
Ludovic Courtès 2013-04-27 00:23:19 +02:00
parent 3b401612d9
commit 9369a02bfc

View file

@ -153,14 +153,14 @@ files (as archives).")
(define-public patch (define-public patch
(package (package
(name "patch") (name "patch")
(version "2.6.1") (version "2.7.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/patch/patch-" (uri (string-append "mirror://gnu/patch/patch-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"18012gxs9wc96izskp1q7bclrwns6rdmkn4jj31c8jbyfz6l5npq")))) "1sqckf560pzwgniy00vcpdv2c9c11s4cmhlm14yqgg8avd3bl94i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs '()) ; FIXME: needs `ed' for the tests (native-inputs '()) ; FIXME: needs `ed' for the tests
(arguments (arguments