Merge pull request #300138 from r-ryantm/auto-update/python312Packages.shortuuid

python312Packages.shortuuid: 1.0.12 -> 1.0.13
This commit is contained in:
Weijia Wang 2024-04-06 01:04:39 +02:00 committed by GitHub
commit e6298356da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [