mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: borgmatic: Update to 1.8.13.
* gnu/packages/backup.scm (borgmatic): Update to 1.8.13. Change-Id: Ia4bbc5cf81577d4092bdaa882eed45c6bf56bdc9 Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
07c1dcbd0c
commit
dc97d57735
1 changed files with 2 additions and 2 deletions
|
@ -1328,13 +1328,13 @@ compression parameters used by Gzip.")
|
||||||
(define-public borgmatic
|
(define-public borgmatic
|
||||||
(package
|
(package
|
||||||
(name "borgmatic")
|
(name "borgmatic")
|
||||||
(version "1.8.9")
|
(version "1.8.13")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "borgmatic" version))
|
(uri (pypi-uri "borgmatic" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xmqv0gg2ic7lp5kmygr9f6qkabsr86mma7pigan12vk2bcdbw31"))))
|
(base32 "08vlknlhczi98kwcrkaqvrwfxm9v284b4iaagrwgfzk32fdn57p1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue