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:
parent
4ab3410a72
commit
a42b3557ab
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue