python310Packages.boxx: 0.10.8 -> 0.10.9

This commit is contained in:
R. Ryantm 2023-05-29 02:16:28 +00:00
parent 5996187504
commit 296282cb0a

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "boxx";
version = "0.10.8";
version = "0.10.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-uk4DYmbV/4zSyL2QzlAJLvgC6ieBjP/xkuyDktUEmIo=";
hash = "sha256-fWOGKDk7eJVlE9LMau3DZF8nFLUrmHpunAXdqLxHFHk=";
};
propagatedBuildInputs = [