Commit d7425c03 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.pytest-sugar: 0.9.6 -> 0.9.7

parent cac19e02
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];