Commit 5e59e607 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent df65e0ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "aesedb";
  version = "0.1.6";
  version = "0.1.7";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "skelsec";
    repo = "aesedb";
    tag = version;
    hash = "sha256-nYuMWE03Rsw1XuD/bxccpu8rddeXgS/EKJcO1VBLTLU=";
    hash = "sha256-jT5Aru/BqvJf4HpD418+GrkZ0/g2XcTV3oWSOmo0Sbw=";
  };

  nativeBuildInputs = [ setuptools ];