mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: attic: Use PYPI-URI.
* gnu/packages/backup.scm (attic)[source]: Use PYPI-URI.
This commit is contained in:
parent
4267aa75a3
commit
99d1744611
1 changed files with 1 additions and 3 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Reference in a new issue