Merge pull request #265325 from fabaff/stdlibs-bump

python311Packages.stdlibs: 2022.10.9 -> 2023.11.2

authored by

Fabian Affolter and committed by
GitHub
e218fd8e a87a0086

+3 -3
+3 -3
pkgs/development/python-modules/stdlibs/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "stdlibs"; 10 - version = "2022.10.9"; 10 + version = "2023.11.2"; 11 11 format = "pyproject"; 12 12 13 - disabled = pythonOlder "3.7"; 13 + disabled = pythonOlder "3.8"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "omnilib"; 17 17 repo = "stdlibs"; 18 18 rev = "refs/tags/v${version}"; 19 - hash = "sha256-HkGZw58gQGd8mHnCP4aF6JWXxlpIIfe7B//HJiHVwA4="; 19 + hash = "sha256-084px8p+pOHonSiOvi/BklaccudSlw9URtCaalWlI0o="; 20 20 }; 21 21 22 22 nativeBuildInputs = [