gnu: python-itsdangerous: Update to 2.0.1.

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

View file

@ -3614,14 +3614,14 @@ (define-public python2-pympler
(define-public python-itsdangerous
(package
(name "python-itsdangerous")
(version "1.1.0")
(version "2.0.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "itsdangerous" version))
(sha256
(base32
"068zpbksq5q2z4dckh2k1zbcq43ay74ylqn77rni797j0wyh66rj"))))
"1w6gfb2zhbcmrfj6digwzw1z68w6zg1q87rm6la2m412zil4swly"))))
(build-system python-build-system)
(home-page "https://palletsprojects.com/p/itsdangerous/")
(synopsis "Python library for passing data to/from untrusted environments")