Skip to content
Snippets Groups Projects
Unverified Commit 99d17446 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: attic: Use PYPI-URI.

* gnu/packages/backup.scm (attic)[source]: Use PYPI-URI.
parent 4267aa75
No related branches found
No related tags found
No related merge requests found
......@@ -638,9 +638,7 @@ (define-public 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"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment