Merge pull request #306316 from r-ryantm/auto-update/python311Packages.stanza

python311Packages.stanza: 1.8.1 -> 1.8.2
This commit is contained in:
Nick Cao 2024-04-25 09:20:38 -04:00 committed by GitHub
commit a0742f6e6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "stanza";
version = "1.8.1";
version = "1.8.2";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "stanfordnlp";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-MO9trPkemVDzlVrO6v6N27RY2SNwflj+XlUrB1NqFGc=";
hash = "sha256-twgMWKWUvhnGNqQ42MOptnikdSBiDFpiMCI2RPo+3XU=";
};
propagatedBuildInputs = [