python311Packages.stdlibs: 2023.12.15 -> 2024.1.28

Diff: https://github.com/omnilib/stdlibs/compare/refs/tags/v2023.12.15...v2024.1.28

Changelog: https://github.com/omnilib/stdlibs/blob/2024.1.28/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-01-30 20:49:10 +01:00
parent 4ab3410a72
commit a42b3557ab

View file

@ -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 = [