python311Packages.snorkel: 0.9.9 -> 0.10.0

This commit is contained in:
R. Ryantm 2024-02-28 05:13:58 +00:00
parent 5d1b96ebf2
commit 1d38e14fa8

View File

@ -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 = [