diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:45:07 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:45:07 +0000 |
commit | c54843e08db4a24514d04b6249373c9e7100b645 (patch) | |
tree | d96faee679b9e8b32d12a7f8d8279539d52365e3 /px/packages/python-xyz.scm | |
parent | bc54df7e7398d606512d60b2f269899d71f681fb (diff) |
px: Remove python-persist-queue-0.3.5
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 0185b17..cc5e7b4 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -503,18 +503,6 @@ module and then similar looking characters are removed.") "persist-queue implements a file-based queue and a serial of sqlite3-based queues") (license license:bsd-2))) -(define-public python-persist-queue-0.3.5 - (package - (inherit python-persist-queue) - (name "python-persist-queue") - (version "0.3.5") - (source - (origin - (method url-fetch) - (uri (pypi-uri "persist-queue" version)) - (sha256 - (base32 "1bdz04ybjqczlp3x4wc4jq2dbr6r6zqbxak0l27av82irg91m2wn")))))) - (define-public strict-rfc3339 (package (name "strict-rfc3339") |