Skip to content

Commit 36f8b5a

Browse files
authored
python312Packages.pywikibot: 9.6.2 -> 9.6.3 (#385420)
2 parents a268443 + e51a0a3 commit 36f8b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pywikibot/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "pywikibot";
13-
version = "9.6.2";
13+
version = "9.6.3";
1414
format = "setuptools";
1515

1616
disabled = pythonOlder "3.7";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-iPmQxOJmc9Ms8UhK43HrYgyyvu0g4/hO8bmO39AXOTo=";
20+
hash = "sha256-tSEo6o9/YZRt0ZWt7N0WmM6wOK6lQc7wLYyPt4L7hhg=";
2121
};
2222

2323
propagatedBuildInputs = [

0 commit comments

Comments
 (0)