gnu: patch: Update to 2.7.5.
* gnu/packages/base.scm (patch): Update to 2.7.5.
This commit is contained in:
parent
aa45c7a425
commit
cded001198
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user