mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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>
This commit is contained in:
parent
b7e9a89c58
commit
c7918bbe98
1 changed files with 2 additions and 2 deletions
|
@ -1245,13 +1245,13 @@ (define-public disarchive
|
|||
(define-public borgmatic
|
||||
(package
|
||||
(name "borgmatic")
|
||||
(version "1.7.9")
|
||||
(version "1.7.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "borgmatic" version))
|
||||
(sha256
|
||||
(base32 "1scfh90qgv8xhafnnpl3pa9d8m4rg9xgvf21yybvmsnm5v1k2x5z"))))
|
||||
(base32 "0720wvs3h2w8h28d7mpvjfp0q37dnrwf1y2ik3y4yr9csih7fmgh"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue