python311Packages.correctionlib: 2.4.0 -> 2.5.0

Changelog: https://github.com/cms-nanoAOD/correctionlib/releases/tag/v2.5.0
This commit is contained in:
Gaetan Lepage 2024-02-01 08:22:54 +01:00
parent 2f18b39bb7
commit ca515a6caf

View file

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "correctionlib";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-bQKcS8vktvD62zvSeaBtoJw36TSpo0gEpKm0HI3AuXg=";
hash = "sha256-H8QCdU6piBdqJEJOGVbsz+6eyMhFVuwTpIHKUoKaf4A=";
};
nativeBuildInputs = [
@ -62,6 +62,5 @@ buildPythonPackage rec {
homepage = "https://cms-nanoaod.github.io/correctionlib/";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ veprbl ];
broken = versionAtLeast pydantic.version "2";
};
}