mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
Merge pull request #291999 from r-ryantm/auto-update/python311Packages.snorkel
python311Packages.snorkel: 0.9.9 -> 0.10.0
This commit is contained in:
commit
1411b4247f
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user