3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.aioaladdinconnect: 0.1.48 -> 0.1.50

Changelog: https://github.com/mkmer/AIOAladdinConnect/releases/tag/0.1.50
This commit is contained in:
Fabian Affolter 2023-01-02 23:03:16 +01:00
parent ec5228dc4c
commit 838589af30

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "aioaladdinconnect";
version = "0.1.48";
version = "0.1.50";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -15,7 +15,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "AIOAladdinConnect";
inherit version;
hash = "sha256-FrefWV42+DqvuAVScavwqtCfiCRXacuCruqGP0Gks6Y=";
hash = "sha256-5IeqIEIQzPq5GkuAf/92J0SBI3Lu1ftJ4UOj4oQLQC4=";
};
propagatedBuildInputs = [