diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:43:57 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:43:57 +0000 |
commit | cafb2e183bf379aef21a6bbdf56fd598af007e3d (patch) | |
tree | 78abf5aa670272856798f4a9c27779ead27880c2 /px/packages/python-xyz.scm | |
parent | 3dd3497e14d5b5ae70cf0800719240080b8f7dd2 (diff) |
px: Remove python-itsdangerous-1.1.0
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index ea91040..e9c09c3 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -458,18 +458,6 @@ module and then similar looking characters are removed.") (sha256 (base32 "0ymdyf37acq4qxh038q0xx44qgj6y2kf0jd0ivvix6qij88w214c")))))) -(define-public python-itsdangerous-1.1.0 - (package - (inherit python-itsdangerous) - (name "python-itsdangerous") - (version "1.1.0") - (source - (origin - (method url-fetch) - (uri (pypi-uri "itsdangerous" version)) - (sha256 - (base32 "068zpbksq5q2z4dckh2k1zbcq43ay74ylqn77rni797j0wyh66rj")))))) - (define-public python-markupsafe-1.1.1 (package (inherit python-markupsafe) |