Merge pull request #259110 from r-ryantm/auto-update/python310Packages.stanza

python310Packages.stanza: 1.5.1 -> 1.6.0
This commit is contained in:
Fabián Heredia Montiel 2023-10-07 11:01:01 -06:00 committed by GitHub
commit 14fbf16327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "stanza";
version = "1.5.1";
version = "1.6.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "stanfordnlp";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-c7FaqI/8h6loLJJ9xOaJCyepWp+bc6IcqQlpGlW7u6g=";
hash = "sha256-AyO/BC5JpkxaXXjj8pAVa4WGnK/GTw4xrmUvGLbLt3U=";
};
propagatedBuildInputs = [