aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-06-16 17:05:14 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-06-16 17:57:00 +0200
commit22c7b81b11cb6663d597e35ec186aa00bbfa4f79 (patch)
tree06e4555ea211708537a478e31b459c102afb76a6
parent6103eb3d039f2160744c65a21e0f62ed84e2a68f (diff)
downloadguix-22c7b81b11cb6663d597e35ec186aa00bbfa4f79.tar
guix-22c7b81b11cb6663d597e35ec186aa00bbfa4f79.tar.gz
gnu: par2cmdline: Update to 0.7.2.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.2.
-rw-r--r--gnu/packages/backup.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 035ef8c32c..74e49e46db 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -118,7 +118,7 @@ spying and/or modification by the server.")
(define-public par2cmdline
(package
(name "par2cmdline")
- (version "0.7.1")
+ (version "0.7.2")
(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
- "0b2m90jmxm37zpvwcmhshdznnh3l5g5ahdx459a9ckgsxy77jkl9"))))
+ "0rsrca7903g08zrifv4102gkxrhmzvgwd1sb6vw9pa00qhzsfkzs"))))
(native-inputs
`(("automake" ,automake)
("autoconf" ,autoconf)))