diff options
-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.") |