Merge pull request #285073 from fabaff/stdlibs-bump

python311Packages.stdlibs: 2023.12.15 -> 2024.1.28
This commit is contained in:
Fabian Affolter
2024-01-31 07:56:52 +01:00
committed by GitHub
@@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "stdlibs";
version = "2023.12.15";
version = "2024.1.28";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "omnilib";
repo = "stdlibs";
rev = "refs/tags/v${version}";
hash = "sha256-1Av10FNJkCC2XGNx1LDqd0GwiNPIDPXPFatW8+2XoaI=";
hash = "sha256-xf46ih7viVUKNIT1tLs5MQPNjNtQlQ2N9BJIGPt4Srk=";
};
nativeBuildInputs = [