Revert "gnu: patch: Update to 2.7.5."

This reverts commit cded001198.
This commit is contained in:
Mark H Weaver 2015-03-07 20:34:50 -05:00
parent 22e357397a
commit 68a5d6c770
1 changed files with 2 additions and 2 deletions

View File

@ -151,14 +151,14 @@ standard utility.")
(define-public patch (define-public patch
(package (package
(name "patch") (name "patch")
(version "2.7.5") (version "2.7.4")
(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
"16d2r9kpivaak948mxzc0bai45mqfw73m113wrkmbffnalv1b5gx")))) "02gikxjvcxysr4l65c8vivgz62xmalp0av5ypzff8vqhrq3vpb0f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("ed", ed))) (native-inputs `(("ed", ed)))
(synopsis "Apply differences to originals, with optional backups") (synopsis "Apply differences to originals, with optional backups")