diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-08 11:30:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-08 17:06:15 +0200 |
commit | de1a32a41acd882d1d249b455158fc3298367076 (patch) | |
tree | cee8c84f40a98f6e95207806a1bb70a454cbbc9f /gnu/packages/backup.scm | |
parent | 5578a9c64bb0846be4bd6dfde977d2ef68b41c53 (diff) | |
download | patches-de1a32a41acd882d1d249b455158fc3298367076.tar patches-de1a32a41acd882d1d249b455158fc3298367076.tar.gz |
gnu: par2cmdline: Update to 0.7.4.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.4.
Diffstat (limited to 'gnu/packages/backup.scm')
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 006d00ef0c..476ca68c66 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.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))) |