Unverified Commit 994129f3 authored by Jon Seager's avatar Jon Seager Committed by GitHub
Browse files

python3Packages.logassert: 8.5 -> 8.6 (#435830)

parents 6d3383c9 1b39a4b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "logassert";
  version = "8.5";
  version = "8.6";

  pyproject = true;

@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "facundobatista";
    repo = "logassert";
    tag = version;
    hash = "sha256-77oP7NE1fK1pA6baTHoSbfR7kR4URSmSpZSCgFO5Pb4=";
    hash = "sha256-dkBsR4FmiKjHzZc74Mt2cAffO7ZuIRnLOpFx60e9+so=";
  };

  build-system = [ setuptools ];