mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: borg: Update to 1.1.0b5.
* gnu/packages/backup.scm (borg): Update to 1.1.0b5.
This commit is contained in:
parent
22c7b81b11
commit
0b2ff24f9c
1 changed files with 2 additions and 2 deletions
|
@ -457,13 +457,13 @@ (define-public libchop
|
||||||
(define-public borg
|
(define-public borg
|
||||||
(package
|
(package
|
||||||
(name "borg")
|
(name "borg")
|
||||||
(version "1.0.10")
|
(version "1.1.0b5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "borgbackup" version))
|
(uri (pypi-uri "borgbackup" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sarmpzwr8dhbg0hsvaclcsjfax36ssb32d9klhhah4j8kqji3wp"))
|
"0f660wy9454z80dmvjgrsnwq4v41y5nm22x9vvzb1fyy9jg1idkk"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each
|
'(for-each
|
||||||
|
|
Loading…
Reference in a new issue