Merge pull request #265325 from fabaff/stdlibs-bump

python311Packages.stdlibs: 2022.10.9 -> 2023.11.2
This commit is contained in:
Fabian Affolter 2023-11-04 16:04:15 +01:00 committed by GitHub
commit e218fd8e74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,16 +7,16 @@
buildPythonPackage rec {
pname = "stdlibs";
version = "2022.10.9";
version = "2023.11.2";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "omnilib";
repo = "stdlibs";
rev = "refs/tags/v${version}";
hash = "sha256-HkGZw58gQGd8mHnCP4aF6JWXxlpIIfe7B//HJiHVwA4=";
hash = "sha256-084px8p+pOHonSiOvi/BklaccudSlw9URtCaalWlI0o=";
};
nativeBuildInputs = [