python3Packages.stdlibs: 2025.5.10 -> 2025.10.28

This commit is contained in:
R. Ryantm
2025-10-29 20:42:54 +00:00
parent d229de74ad
commit 8fb4302f85
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "stdlibs";
version = "2025.5.10";
version = "2025.10.28";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "omnilib";
repo = "stdlibs";
tag = "v${version}";
hash = "sha256-pvQZ+sRmad5m274wbIulHh5Tifim35uH7mz69jopVRw=";
hash = "sha256-1xdwYwkQqkPsa5yjrTUM0HxRVLJ+ZQvYwFpjIlW7jaY=";
};
build-system = [ flit-core ];