python3Packages.stdlib-list: 0.11.1 -> 0.12.0

This commit is contained in:
R. Ryantm
2025-11-01 08:08:12 +00:00
parent 92661251e0
commit f0a070e4c4

View File

@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "stdlib-list";
version = "0.11.1";
version = "0.12.0";
format = "pyproject";
src = fetchPypi {
pname = "stdlib_list";
inherit version;
hash = "sha256-levR1z2pMzu6A8zAl/W6wF46oD5oIqDAKQ+H4QR/GFc=";
hash = "sha256-UXgk8n7onlkdiufB3Z/zT2curlDuiG6jG7iBbXdTVnU=";
};
nativeBuildInputs = [ flit-core ];