Revert "gnu: borg: Update to 1.1.0b5."
This reverts commit 0b2ff24f9c
, which leaked
my local testing version.
This commit is contained in:
parent
2f0c4b8284
commit
d68ec019eb
|
@ -457,13 +457,13 @@ detection, and lossless compression.")
|
||||||
(define-public borg
|
(define-public borg
|
||||||
(package
|
(package
|
||||||
(name "borg")
|
(name "borg")
|
||||||
(version "1.1.0b5")
|
(version "1.0.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "borgbackup" version))
|
(uri (pypi-uri "borgbackup" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f660wy9454z80dmvjgrsnwq4v41y5nm22x9vvzb1fyy9jg1idkk"))
|
"1sarmpzwr8dhbg0hsvaclcsjfax36ssb32d9klhhah4j8kqji3wp"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each
|
'(for-each
|
||||||
|
|
Loading…
Reference in New Issue