mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: pepr: Use PYPI-URI.
* gnu/packages/bioinformatics.scm (pepr)[source]: Use PYPI-URI.
This commit is contained in:
parent
4cd7c58cf1
commit
fdb0b40b0e
1 changed files with 1 additions and 2 deletions
|
@ -9129,8 +9129,7 @@ (define-public pepr
|
||||||
(version "1.0.9")
|
(version "1.0.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/source/P"
|
(uri (pypi-uri "PePr" version))
|
||||||
"/PePr/PePr-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qxjfdpl1b1y53nccws2d85f6k74zwmx8y8sd9rszcqhfayx6gdx"))))
|
"0qxjfdpl1b1y53nccws2d85f6k74zwmx8y8sd9rszcqhfayx6gdx"))))
|
||||||
|
|
Loading…
Reference in a new issue