python310Packages.pyface: 7.4.3 -> 7.4.4

This commit is contained in:
R. Ryantm 2022-12-29 04:25:11 +00:00
parent bfdc69ecfb
commit 881a04b85a

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pyface";
version = "7.4.3";
version = "7.4.4";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ds0e4C6UaVH7bCt/+YDduJEhQ31hq15t/epaeTZ9kDY=";
hash = "sha256-0F+qxFOUvVWYWQahIM8AEv58rCxmNJYsBTC2pjUO2yI=";
};
propagatedBuildInputs = [