Merge pull request #291999 from r-ryantm/auto-update/python311Packages.snorkel

python311Packages.snorkel: 0.9.9 -> 0.10.0
This commit is contained in:
Yt 2024-02-28 09:40:40 +00:00 committed by GitHub
commit 1411b4247f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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