gnu: attic: Use PYPI-URI.
* gnu/packages/backup.scm (attic)[source]: Use PYPI-URI.
This commit is contained in:
parent
4267aa75a3
commit
99d1744611
|
@ -638,9 +638,7 @@ to not fully trusted targets. Borg is a fork of Attic.")
|
|||
(version "0.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/A/Attic/Attic-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "Attic" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b5skd36r4c0915lwpkqg5hxm49gls9pprs1b7hc40910wlcsl36"))))
|
||||
|
|
Loading…
Reference in New Issue