diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-25 23:21:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-25 23:21:20 +0100 |
commit | 99d174461182fb7b29bbd40e67af7a281f84688a (patch) | |
tree | 623077e27ed0a3d35036ea272546c43d6b1ea9b6 /gnu/packages | |
parent | 4267aa75a3026f0ed7d6bfbf57a88b957ce7da46 (diff) | |
download | patches-99d174461182fb7b29bbd40e67af7a281f84688a.tar patches-99d174461182fb7b29bbd40e67af7a281f84688a.tar.gz |
gnu: attic: Use PYPI-URI.
* gnu/packages/backup.scm (attic)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 5d9013552e..d50c7e4fdc 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -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")))) |