Merge pull request #276883 from fabaff/stdlibs-bump

python311Packages.stdlibs: 2023.11.2 -> 2023.12.15
This commit is contained in:
Nick Cao 2023-12-26 11:29:13 -05:00 committed by GitHub
commit 13c955e798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "stdlibs";
version = "2023.11.2";
version = "2023.12.15";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "omnilib";
repo = "stdlibs";
rev = "refs/tags/v${version}";
hash = "sha256-084px8p+pOHonSiOvi/BklaccudSlw9URtCaalWlI0o=";
hash = "sha256-1Av10FNJkCC2XGNx1LDqd0GwiNPIDPXPFatW8+2XoaI=";
};
nativeBuildInputs = [