gnu: par2cmdline: Update to 0.7.4.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sun, 8 Oct 2017 09:30:43 +0000 (11:30 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 8 Oct 2017 15:06:15 +0000 (17:06 +0200)
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.4.

gnu/packages/backup.scm

index 006d00e..476ca68 100644 (file)
@@ -118,7 +118,7 @@ spying and/or modification by the server.")
 (define-public par2cmdline
   (package
     (name "par2cmdline")
-    (version "0.7.3")
+    (version "0.7.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/Parchive/par2cmdline/archive/v"
@@ -126,7 +126,7 @@ spying and/or modification by the server.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0dqwarc2aw5clgpf24d9dxh43b0k0z3l6kksn30arx9bdlmrk5rx"))))
+                "0iwwskiag3262mvhinvnbk6n0qh6sh56m86y4d0m285v0jl0y9pa"))))
     (native-inputs
      `(("automake" ,automake)
        ("autoconf" ,autoconf)))