Merge pull request #265590 from r-ryantm/auto-update/python310Packages.correctionlib

python310Packages.correctionlib: 2.3.3 -> 2.4.0
This commit is contained in:
Nick Cao 2023-11-05 09:08:42 -05:00 committed by GitHub
commit 31a1f282c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "correctionlib";
version = "2.3.3";
version = "2.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-4WXY7XfZVYaJD63y7fPB6tCsc+wGAsgnFlgtFbX5IK0=";
hash = "sha256-bQKcS8vktvD62zvSeaBtoJw36TSpo0gEpKm0HI3AuXg=";
};
nativeBuildInputs = [