Unverified Commit 2c243886 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #283143 from fabaff/aesedb-bump

python311Packages.aesedb: 0.1.4 -> 0.1.6
parents 97fd81a6 320fb734
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@

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

  disabled = pythonOlder "3.7";

  src = fetchFromGitHub {
    owner = "skelsec";
    repo = pname;
    repo = "aesedb";
    rev = "refs/tags/${version}";
    hash = "sha256-QqPy68rWabRY0Y98W+odwP/10gMtLAQ0Ah2+ZLkqHPI=";
    hash = "sha256-nYuMWE03Rsw1XuD/bxccpu8rddeXgS/EKJcO1VBLTLU=";
  };

  nativeBuildInputs = [