CRAN lister: fix compute_package_url interpolation
This commit is contained in:
parent
6159faa2f5
commit
44bc4462e7
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ def compute_package_url(repo: Mapping[str, str]) -> str:
|
|||
|
||||
"""
|
||||
return 'https://cran.r-project.org/src/contrib' \
|
||||
'/%(Package)s_%(Version)s.tar.gz'.format(repo)
|
||||
'/{Package}_{Version}.tar.gz'.format(**repo)
|
||||
|
||||
|
||||
class CRANLister(SimpleLister):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue