gnu: borgmatic: Update to 1.5.22.
* gnu/packages/backup.scm (borgmatic): Update to 1.5.22.
This commit is contained in:
parent
1326b36073
commit
2c9bc8408e
1 changed files with 2 additions and 2 deletions
|
@ -1143,13 +1143,13 @@ compression parameters used by Gzip.")
|
||||||
(define-public borgmatic
|
(define-public borgmatic
|
||||||
(package
|
(package
|
||||||
(name "borgmatic")
|
(name "borgmatic")
|
||||||
(version "1.5.21")
|
(version "1.5.22")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "borgmatic" version))
|
(uri (pypi-uri "borgmatic" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1kw3mvyby8zd7ql3g930w7z55k8pi9iwj43kh8lvi58b4nzrvamq"))))
|
(base32 "0pvqlj17vp81i7saxqh5hsaxqz29ldrjd7bcssh4g1h0ikmnaf2r"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Reference in a new issue