gnu: attic: Use PYPI-URI.

* gnu/packages/backup.scm (attic)[source]: Use PYPI-URI.
This commit is contained in:
Ricardo Wurmus 2019-01-25 23:21:20 +01:00
parent 4267aa75a3
commit 99d1744611
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 3 deletions

View File

@ -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"))))