python312Packages.shortuuid: 1.0.12 -> 1.0.13

This commit is contained in:
R. Ryantm 2024-03-30 01:32:14 +00:00
parent cd75d22750
commit 47ec95ca33
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "shortuuid";
version = "1.0.12";
version = "1.0.13";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-w58bNIs8HpsRWpVLM7dsjFItLRd6nSCs27INJPrDzP0=";
hash = "sha256-O7nPB/YGJgWEsd9GOZwLh92Edz57JZErfjkeMHl8XnI=";
};
build-system = [