python3Packages.pystardict: 0.8 -> 0.9

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:05 +01:00
parent 8f8cffba1f
commit 9554aaceab
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pystardict";
version = "0.8";
version = "0.9";
format = "setuptools";
src = fetchFromGitHub {
owner = "lig";
repo = "pystardict";
rev = version;
hash = "sha256-YrZpIhyxfA3G7rP0SJ+EvzGwAXlne80AYilkj6cIDnA=";
tag = "v${version}";
hash = "sha256-VWOxggAKifN5f6nSN1xsSbg0hpKzrHDw+UqnAOzsXj0=";
};
propagatedBuildInputs = [ six ];