Commit 1d38e14f authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.snorkel: 0.9.9 -> 0.10.0

parent 5d1b96eb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
}:
let
  pname = "snorkel";
  version = "0.9.9";
  version = "0.10.0";
in
buildPythonPackage {
  inherit pname version;
@@ -31,8 +31,8 @@ buildPythonPackage {
  src = fetchFromGitHub {
    owner = "snorkel-team";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-IDWYvblS0Q8ubuHzgIc7fU/gwpJ43Dd7VMWycMfAJxc=";
    rev = "refs/tags/v${version}";
    hash = "sha256-1DgkMHYToiI3266yCND1bXiui80x8AaBttxM83kJImw=";
  };

  propagatedBuildInputs = [