diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-16 05:19:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-07-16 06:45:06 +0200 |
commit | 0d200e9f3f512d5d8dabd9a7dda6a9fab74359c9 (patch) | |
tree | db119f2d17f8abc71ce0d502b910fa68aa0bb22b /gnu | |
parent | b21ceaafab49546e029a774d2f7056f6ac9fe282 (diff) | |
download | guix-0d200e9f3f512d5d8dabd9a7dda6a9fab74359c9.tar.gz |
gnu: par2cmdline: Update to 0.7.3.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.3.
Diffstat (limited to 'gnu')
-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 74e49e46db..0810a47f04 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.2") + (version "0.7.3") (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 - "0rsrca7903g08zrifv4102gkxrhmzvgwd1sb6vw9pa00qhzsfkzs")))) + "0dqwarc2aw5clgpf24d9dxh43b0k0z3l6kksn30arx9bdlmrk5rx")))) (native-inputs `(("automake" ,automake) ("autoconf" ,autoconf))) |