gnu: patch: Update to 2.7.5.
authorAndreas Enge <andreas@enge.fr>
Sat, 7 Mar 2015 23:11:15 +0000 (00:11 +0100)
committerAndreas Enge <andreas@enge.fr>
Sat, 7 Mar 2015 23:32:11 +0000 (00:32 +0100)
* gnu/packages/base.scm (patch): Update to 2.7.5.

gnu/packages/base.scm

index ac05987..69d1205 100644 (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")