gnu: patch: Update to 2.7.5.

* gnu/packages/base.scm (patch): Update to 2.7.5.
This commit is contained in:
Andreas Enge 2015-03-08 00:11:15 +01:00
parent aa45c7a425
commit cded001198

View File

@ -151,14 +151,14 @@ standard utility.")
(define-public patch
(package
(name "patch")
(version "2.7.4")
(version "2.7.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/patch/patch-"
version ".tar.xz"))
(sha256
(base32
"02gikxjvcxysr4l65c8vivgz62xmalp0av5ypzff8vqhrq3vpb0f"))))
"16d2r9kpivaak948mxzc0bai45mqfw73m113wrkmbffnalv1b5gx"))))
(build-system gnu-build-system)
(native-inputs `(("ed", ed)))
(synopsis "Apply differences to originals, with optional backups")