3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aioaladdinconnect: 0.1.53 -> 0.1.54

This commit is contained in:
R. Ryantm 2023-01-26 22:31:32 +00:00
parent a58215b5eb
commit 70cecc8dc2

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aioaladdinconnect";
version = "0.1.53";
version = "0.1.54";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "AIOAladdinConnect";
inherit version;
hash = "sha256-aU15T3H98un+ImE0KYbJpYop7mvBtBPSFAEqiTZzigQ=";
hash = "sha256-WRHQYWoQQ8EoKOqhIS0PqIWisO4xjUvRJHpomD8f5wA=";
};
propagatedBuildInputs = [