Unverified Commit 53ae3613 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.elmax-api: 0.0.6.4rc0 -> 0.0.6.3 (#438813)

parents 3c9d8e70 6e48dcf9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "elmax-api";
  version = "0.0.6.4rc0";
  version = "0.0.6.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "albertogeniola";
    repo = "elmax-api";
    tag = "v${version}";
    hash = "sha256-BYVfP8B+p4J4gW+64xh9bT9sDcu/lk0R+MvLsYLwRfQ=";
    hash = "sha256-jnm1AFnPxZIgD815ZFxV/i9ar4cZfsYJ0+xDpM3hKmg=";
  };

  build-system = [ setuptools ];