diff options
author | Franz Geffke <m@f-a.nz> | 2025-02-23 10:57:34 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-02-23 10:57:34 +0000 |
commit | 37e929f939583f88af991d3a6e2feafbf503022e (patch) | |
tree | 206b974603b83ec954d146cbf809c2e8625abbcc /px | |
parent | f0665b575f9aeef97c095fa69d070d82b04ff67b (diff) |
px: Rename python-exitstatus-2.0.1
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/etesync.scm | 2 | ||||
-rw-r--r-- | px/packages/python-xyz.scm | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/px/packages/etesync.scm b/px/packages/etesync.scm index 14a4aed..493c11f 100644 --- a/px/packages/etesync.scm +++ b/px/packages/etesync.scm @@ -181,7 +181,7 @@ clients.") ("python-defusedxml" ,python-defusedxml) ("python-etebase" ,python-etebase) ("python-etesync" ,python-etesync) - ("python-exitstatus" ,python-exitstatus-2.0.1) + ("python-exitstatus" ,python-exitstatus) ("python-flask" ,python-flask) ("python-furl" ,python-furl) ("python-idna" ,python-idna) diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 97628d8..ea78b5e 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -266,9 +266,9 @@ and URL-safe UUIDs. UUIDs are generated using the built-in Python @code{uuid} module and then similar looking characters are removed.") (license license:bsd-3))) -(define-public python-exitstatus-2.0.1 +(define-public python-exitstatus (package - (name "python-exitstatus-2.0.1") + (name "python-exitstatus") (version "2.0.1") (source (origin @@ -279,10 +279,6 @@ module and then similar looking characters are removed.") (build-system python-build-system) (arguments `(#:tests? #f)) - - ;; (native-inputs `( - ;; ("python-cryptography" ,python-cryptography))) - (home-page "") (synopsis "") (description "todo.") |