gnu: par2cmdline: Update to 0.7.2.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.2.
This commit is contained in:
parent
6103eb3d03
commit
22c7b81b11
|
@ -118,7 +118,7 @@ spying and/or modification by the server.")
|
||||||
(define-public par2cmdline
|
(define-public par2cmdline
|
||||||
(package
|
(package
|
||||||
(name "par2cmdline")
|
(name "par2cmdline")
|
||||||
(version "0.7.1")
|
(version "0.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/Parchive/par2cmdline/archive/v"
|
(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"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b2m90jmxm37zpvwcmhshdznnh3l5g5ahdx459a9ckgsxy77jkl9"))))
|
"0rsrca7903g08zrifv4102gkxrhmzvgwd1sb6vw9pa00qhzsfkzs"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("automake" ,automake)
|
`(("automake" ,automake)
|
||||||
("autoconf" ,autoconf)))
|
("autoconf" ,autoconf)))
|
||||||
|
|
Loading…
Reference in New Issue