Commit 13202afc authored by R. RyanTM's avatar R. RyanTM
Browse files

djhtml: 3.0.6 -> 3.0.7

parent ee8bdf4f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:
buildPythonApplication rec {
  pname = "djhtml";
  version = "3.0.6";
  version = "3.0.7";

  format = "setuptools";
  disabled = pythonOlder "3.7";
@@ -14,7 +14,7 @@ buildPythonApplication rec {
    owner = "rtts";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-3bviLyTLpHcAUWAaAmNZukWBDwFs8yFOAxl2bSk9GNY=";
    hash = "sha256-W93J3UFUrCqT718zoGcu96ORYFt0NLyYP7iVWbr8FYo=";
  };

  pythonImportsCheck = [ "djhtml" ];