Unverified Commit 31a1f282 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python310Packages.correctionlib: 2.3.3 -> 2.4.0
parents 32e52201 11baf94e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [