Unverified Commit 581eb9c2 authored by Yt's avatar Yt Committed by GitHub
Browse files

python3Packages.cleanlab: 2.8.0 -> 2.9.0 (#479874)

parents 7b9b3595 45c0a651
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage (finalAttrs: {
  pname = "cleanlab";
  version = "2.8.0";
  version = "2.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cleanlab";
    repo = "cleanlab";
    tag = "v${finalAttrs.version}";
    hash = "sha256-sgDQJy0iNxs3bIVuqV7LVEFC0jjlWvnqFzKr7ZDGmPo=";
    hash = "sha256-0H4JTAc2tCtIFklGciXQ+TCWOiJ6kRkqcycJNeIpero=";
  };

  postPatch = ''