me
/
guix
Archived
1
0
Fork 0

gnu: python-flask-cors: Update to 3.0.10.

* gnu/packages/python-web.scm (python-flask-cors): Update to 3.0.10.
Marius Bakke 2022-01-19 00:08:56 +01:00
parent e45f28f220
commit 7cbbf49200
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1146,13 +1146,13 @@ both of which are installed automatically if you install this library.")
(define-public python-flask-cors (define-public python-flask-cors
(package (package
(name "python-flask-cors") (name "python-flask-cors")
(version "3.0.9") (version "3.0.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Flask-Cors" version)) (uri (pypi-uri "Flask-Cors" version))
(sha256 (sha256
(base32 (base32
"1f36hkaxc92zn12f88fkzwifdvlvsnmlp1dv3p5inpcc500c3kvb")))) "1pl16615fn1pc5n0vdrqlxm45mqsdjjxqv3gfkrs111v7wwkj25n"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
(list python-flask python-nose python-packaging)) (list python-flask python-nose python-packaging))