gnu: borgmatic: Update to 1.7.12.
* gnu/packages/backup.scm (borgmatic): Update to 1.7.12. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
ea8022264f
commit
b82a18c8a3
|
@ -1255,13 +1255,13 @@ compression parameters used by Gzip.")
|
||||||
(define-public borgmatic
|
(define-public borgmatic
|
||||||
(package
|
(package
|
||||||
(name "borgmatic")
|
(name "borgmatic")
|
||||||
(version "1.7.9")
|
(version "1.7.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "borgmatic" version))
|
(uri (pypi-uri "borgmatic" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1scfh90qgv8xhafnnpl3pa9d8m4rg9xgvf21yybvmsnm5v1k2x5z"))))
|
(base32 "0720wvs3h2w8h28d7mpvjfp0q37dnrwf1y2ik3y4yr9csih7fmgh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:phases
|
||||||
|
|
Reference in New Issue