python3Packages.qstylizer: 0.2.3 -> 0.2.4

R. Ryantm 7475e5a4 8aa461e2

Changed files
+2 -2
pkgs
development
python-modules
qstylizer
+2 -2
pkgs/development/python-modules/qstylizer/default.nix
···
buildPythonPackage rec {
pname = "qstylizer";
-
version = "0.2.3";
+
version = "0.2.4";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "blambright";
repo = "qstylizer";
tag = version;
-
hash = "sha256-eZVBUGQxa2cr0O48iKWNTqM9E5ZAsiT1WfXjdYdxIdg=";
+
hash = "sha256-Is/kYkSX9fOX+pLv5g1ns2OxeLpSkaCfO2jPIbiuIxA=";
};
PBR_VERSION = version;