python312Packages.stdlib-list: 0.10.0 -> 0.11.0 (#348952)

This commit is contained in:
Nick Cao 2024-10-16 12:17:00 -04:00 committed by GitHub
commit 6336086b5f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "stdlib-list";
version = "0.10.0";
version = "0.11.0";
format = "pyproject";
src = fetchPypi {
pname = "stdlib_list";
inherit version;
hash = "sha256-ZRnFDWRVE+0odle/6FbVJ/J3MxVAaR3er3eyVFmWShQ=";
hash = "sha256-t0p7ZDp3oSY36Qfz9i8KufZzALzkAU9rLTyLTI/WPGY=";
};
nativeBuildInputs = [ flit-core ];