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

Merge pull request #210253 from fabaff/aioaladdinconnect-bump

python310Packages.aioaladdinconnect: 0.1.50 -> 0.1.52
parents b6d87abb 9493405d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "aioaladdinconnect";
  version = "0.1.50";
  version = "0.1.52";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -15,7 +15,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "AIOAladdinConnect";
    inherit version;
    hash = "sha256-5IeqIEIQzPq5GkuAf/92J0SBI3Lu1ftJ4UOj4oQLQC4=";
    hash = "sha256-lpEpdc2izNP1xSnGsG1WMvrRqRToNrLpZn225XnZ+pI=";
  };

  propagatedBuildInputs = [