diff options
author | Franz Geffke <m@f-a.nz> | 2025-04-22 17:03:54 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-04-22 17:03:54 +0100 |
commit | 8b88e270e676eb77462e33d72a6c9416fe6c81bf (patch) | |
tree | 02d1af67318bdbfeb0a3c1ea0b46a5463389fccc /px/packages/device.scm | |
parent | 4442bab0155d3d2e00f8b079311663728eda7b8a (diff) |
px: Remove python-shortuuid
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index bcb4233..3539efd 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -94,7 +94,7 @@ (propagated-inputs `(("python-requests" ,python-requests) ("python-pycryptodomex" ,python-pycryptodomex) ("python-pyyaml" ,python-pyyaml) - ("python-shortuuid" ,python-shortuuid-v1) + ("python-shortuuid" ,python-shortuuid) ("python-appdirs" ,python-appdirs) ("python-psutil" ,python-psutil) ("python-joserfc", python-joserfc))) |