Commit 320fb734 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent d2061121
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

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

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "skelsec";
    repo = "aesedb";
    rev = "refs/tags/${version}";
    hash = "sha256-QqPy68rWabRY0Y98W+odwP/10gMtLAQ0Ah2+ZLkqHPI=";
    hash = "sha256-nYuMWE03Rsw1XuD/bxccpu8rddeXgS/EKJcO1VBLTLU=";
  };

  nativeBuildInputs = [