8 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "3c11d2007b915c43bee3e10625f068d8a349e04f0d81f08f5fa08507427ebf1f";
22 description = "A generator library for concise, unambiguous and URL-safe UUIDs";
23 homepage = "https://github.com/stochastic-technologies/shortuuid/";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ zagy ];