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