Merge pull request #210253 from fabaff/aioaladdinconnect-bump

python310Packages.aioaladdinconnect: 0.1.50 -> 0.1.52
This commit is contained in:
Fabian Affolter 2023-01-12 17:36:25 +01:00 committed by GitHub
commit e2bcb918d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [