3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aioaladdinconnect: 0.1.46 -> 0.1.47

This commit is contained in:
Fabian Affolter 2022-11-03 19:30:43 +01:00
parent 04abe7d80c
commit 03b4e3442f

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aioaladdinconnect";
version = "0.1.46";
version = "0.1.47";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "AIOAladdinConnect";
inherit version;
hash = "sha256-tSPoumEWdlzyxHhyXd7jD58pdJzfw1CCJM1MYBAdxOk=";
hash = "sha256-1q5CX5vtdK+rNDE6GtIobuacv6dkHhRJ+kirbX62us8=";
};
propagatedBuildInputs = [