Merge pull request #286050 from GaetanLepage/correctionlib

python311Packages.correctionlib: 2.4.0 -> 2.5.0
This commit is contained in:
Nick Cao 2024-02-03 10:22:31 -05:00 committed by GitHub
commit bd79f7ce74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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";
};
}