python3Packages.pymorphy3: 2.0.2 -> 2.0.3

This commit is contained in:
R. Ryantm
2025-05-03 16:03:53 +00:00
parent 4a3f7c41c0
commit 92d3606f97
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pymorphy3";
version = "2.0.2";
version = "2.0.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "no-plagiarism";
repo = pname;
tag = version;
hash = "sha256-qYZm88wNOyZBb2Qhdpw83Oh679/dkWmrL/hQYsgEsaM=";
hash = "sha256-xqz9BW6vaYnDE+rPEhAO4igPYLZNwZLj42BnnJ7Uk1M=";
};
propagatedBuildInputs = [