Merge pull request #246297 from r-ryantm/auto-update/python310Packages.pytools

python310Packages.pytools: 2023.1 -> 2023.1.1

authored by

Nick Cao and committed by
GitHub
13eea6b5 b912c547

+2 -2
+2 -2
pkgs/development/python-modules/pytools/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pytools"; 14 - version = "2023.1"; 14 + version = "2023.1.1"; 15 15 disabled = pythonOlder "3.6"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-8Q5CUiCu+h/5JTQrZY/wLcM1l8IfuI16Y/lEG/LnpQ4="; 19 + hash = "sha256-gGN4c9IG9rzt9820atk+horLTqIlbbBS38yocr3QMh8="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [