diff options
author | Franz Geffke <m@f-a.nz> | 2025-04-22 19:21:26 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-04-22 19:21:26 +0100 |
commit | 9ac03415daf183761ec3d4e443d187049cdfe214 (patch) | |
tree | 299032cdd4c8d54faf73334680b72549eea80c6b /px/packages | |
parent | 0c88511fa78ca9983ef61601253153d11a982ba7 (diff) |
px: python-maestral: Fix input
Diffstat (limited to 'px/packages')
-rw-r--r-- | px/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index af3da83..a6538d0 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -83,7 +83,7 @@ ("python-fasteners" ,python-fasteners) ("python-importlib-metadata" ,python-importlib-metadata) ("python-keyring" ,python-keyring) - ("python-keyrings.alt" ,python-keyrings.alt) + ("python-keyrings-alt" ,python-keyrings-alt) ("python-packaging" ,python-packaging) ("python-pathspec" ,python-pathspec) ("python-pyro5" ,python-pyro5) |