Skip to content
Snippets Groups Projects
Commit 9369a02b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: patch: Update to 2.7.1.

* gnu/packages/base.scm (patch): Update to 2.7.1.
parent 3b401612
No related branches found
No related tags found
No related merge requests found
......@@ -153,14 +153,14 @@ (define-public tar
(define-public patch
(package
(name "patch")
(version "2.6.1")
(version "2.7.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/patch/patch-"
version ".tar.xz"))
(sha256
(base32
"18012gxs9wc96izskp1q7bclrwns6rdmkn4jj31c8jbyfz6l5npq"))))
"1sqckf560pzwgniy00vcpdv2c9c11s4cmhlm14yqgg8avd3bl94i"))))
(build-system gnu-build-system)
(native-inputs '()) ; FIXME: needs `ed' for the tests
(arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment