mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: borg: Update to 1.1.2.
* gnu/packages/backup.scm (borg): Update to 1.1.2. [arguments]: Disable another test in the 'check' phase.
This commit is contained in:
parent
d8799bd0df
commit
73cd4022d6
1 changed files with 3 additions and 2 deletions
|
@ -463,13 +463,13 @@ (define-public libchop
|
||||||
(define-public borg
|
(define-public borg
|
||||||
(package
|
(package
|
||||||
(name "borg")
|
(name "borg")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "borgbackup" version))
|
(uri (pypi-uri "borgbackup" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iik5lq349cl87imlwra2pp0j36wjhpn8r1d3778azvvqpyjq2d5"))
|
"00jmbfysdpsb2vcckamvsxw5n8xqh4j67diam2p0lmqzsn92syq9"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each
|
'(for-each
|
||||||
|
@ -506,6 +506,7 @@ (define-public borg
|
||||||
(string-append
|
(string-append
|
||||||
;; These tests need to write to '/var'.
|
;; These tests need to write to '/var'.
|
||||||
"not test_get_cache_dir "
|
"not test_get_cache_dir "
|
||||||
|
"and not test_get_config_dir "
|
||||||
"and not test_get_keys_dir "
|
"and not test_get_keys_dir "
|
||||||
"and not test_get_security_dir "
|
"and not test_get_security_dir "
|
||||||
;; These tests assume there is a root user in
|
;; These tests assume there is a root user in
|
||||||
|
|
Loading…
Reference in a new issue