gnu: borgmatic: Update to 1.5.21.
* gnu/packages/backup.scm (borgmatic): Update to 1.5.21.
This commit is contained in:
parent
273badde25
commit
5eb7c45c44
1 changed files with 2 additions and 2 deletions
|
@ -1177,13 +1177,13 @@ (define-public disarchive
|
|||
(define-public borgmatic
|
||||
(package
|
||||
(name "borgmatic")
|
||||
(version "1.5.20")
|
||||
(version "1.5.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "borgmatic" version))
|
||||
(sha256
|
||||
(base32 "1rdpj1mii4fbyprg56krf5k0xsd97ghybaabr7zdhsrcsxf719ha"))))
|
||||
(base32 "1kw3mvyby8zd7ql3g930w7z55k8pi9iwj43kh8lvi58b4nzrvamq"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue