mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: python2-quex: Parameterize the source uri.
* gnu/packages/python.scm (python2-quex)[source]: Replace hard-coded version with parameterized one. Remove unnecessary file-name field.
This commit is contained in:
parent
8d32139df0
commit
620ea2de26
1 changed files with 4 additions and 3 deletions
|
@ -13001,11 +13001,12 @@ filesystem events on Linux.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/quex/HISTORY/0.67/quex-" version ".zip"))
|
||||
(uri (string-append "mirror://sourceforge/quex/HISTORY/"
|
||||
(version-major+minor version)
|
||||
"/quex-" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"14gv8ll3ipqv4kyc2xiy891nrmjl4ic823zfyx8hassagyclyppw"))
|
||||
(file-name (string-append name "-" version ".zip"))))
|
||||
"14gv8ll3ipqv4kyc2xiy891nrmjl4ic823zfyx8hassagyclyppw"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("unzip" ,unzip)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue