gnu: python-markupsafe: Update to 2.0.1.

* gnu/packages/python-xyz.scm (python-markupsafe): Update to 2.0.1.
This commit is contained in:
Efraim Flashner 2021-08-09 13:51:48 +03:00
parent 1122663e4f
commit 967999f096
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3745,14 +3745,14 @@ (define-public python2-virtualenv
(define-public python-markupsafe
(package
(name "python-markupsafe")
(version "1.1.1")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "MarkupSafe" version))
(sha256
(base32
"0sqipg4fk7xbixqd8kq6rlkxj664d157bdwbh93farcphf92x1r9"))))
"02k2ynmqvvd0z0gakkf8s4idyb606r7zgga41jrkhqmigy06fk2r"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases