mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
1122663e4f
commit
967999f096
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue