9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-O7nPB/YGJgWEsd9GOZwLh92Edz57JZErfjkeMHl8XnI=";
29 pythonImportsCheck = [
34 description = "Library to generate concise, unambiguous and URL-safe UUIDs";
35 mainProgram = "shortuuid";
36 homepage = "https://github.com/stochastic-technologies/shortuuid/";
37 changelog = "https://github.com/skorokithakis/shortuuid/blob/v${version}/CHANGELOG.md";
38 license = licenses.bsd3;
39 maintainers = with maintainers; [ zagy ];