python310Packages.pytest-sugar: 0.9.6 -> 0.9.7

This commit is contained in:
Fabian Affolter 2023-05-06 00:18:46 +02:00
parent cac19e0266
commit d7425c034c

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pytest-sugar";
version = "0.9.6";
version = "0.9.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xHk0lfPDLhFPD1QWKQlGwxbrlq1aNoTc2t2pJn5Zsrg=";
hash = "sha256-8edMGr+lX3JBz3CIAytuN4Vm8WuTjz8IkF4s9ElO3UY=";
};
buildInputs = [ pytest ];