Archived
1
0
Fork 0

gnu: borg: Update to 1.0.3.

* gnu/packages/backup.scm (borg): Update to 1.0.3.
[source]: Remove pypi-uri.
This commit is contained in:
Leo Famulari 2016-05-23 02:55:54 -04:00
parent af98798c7a
commit 148e8e8e75
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -418,13 +418,17 @@ detection, and lossless compression.")
(define-public borg (define-public borg
(package (package
(name "borg") (name "borg")
(version "1.0.2") (version "1.0.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "borgbackup" version)) (uri (string-append
"https://pypi.python.org/packages/"
"c9/c6/1efc338724b054d4d264dfeadfcba11cefa6c3c50f474cec91b8f0c21d3a"
"/borgbackup-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1myz10pwxnac9z59gw1w3xjhz6ghx03vngpl97ca527pj0r39shi")))) "0kzr0xa00yjfxx27aipli67qg5ffj52yrnqhpf3sdy6k5wzwaybs"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases