mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-flask-babel: Update to 1.0.0.
* gnu/packages/python-web.scm (python-flask-babel): Update to 1.0.0. [arguments]: New field.
This commit is contained in:
parent
4393dafd32
commit
33901ed8c0
1 changed files with 8 additions and 2 deletions
|
@ -440,15 +440,21 @@ between a web browser and web server.")
|
||||||
(define-public python-flask-babel
|
(define-public python-flask-babel
|
||||||
(package
|
(package
|
||||||
(name "python-flask-babel")
|
(name "python-flask-babel")
|
||||||
(version "0.11.2")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Flask-Babel" version))
|
(uri (pypi-uri "Flask-Babel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ff9n165vhf1nhv6807ckhpp224jw7k7sd7jz5kfh3sbpl85gmy0"))))
|
"0gmb165vkwv5v7dxsxa2i3zhafns0fh938m2zdcrv4d8z5l099yn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
(replace 'check
|
||||||
|
(lambda _
|
||||||
|
(with-directory-excursion "tests"
|
||||||
|
(invoke "python" "tests.py")))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-flask" ,python-flask)
|
`(("python-flask" ,python-flask)
|
||||||
("python-babel" ,python-babel)
|
("python-babel" ,python-babel)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue