python3Packages.pywikibot: 10.7.2 -> 10.7.3

This commit is contained in:
R. Ryantm
2025-12-11 02:45:54 +00:00
parent 72ffc39732
commit ede6abc403
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pywikibot";
version = "10.7.2";
version = "10.7.3";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-bFU3SWk06nA9OkPFfN5Zn+qTZFuqG/QiFKrlgkNknbg=";
hash = "sha256-ujkPgXqq5h4vISeUXHKWnMR2Mtt0a26Qjz20qdufT/4=";
};
propagatedBuildInputs = [