nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.aioaladdinconnect: 0.1.55 -> 0.1.56

Changelog: https://github.com/mkmer/AIOAladdinConnect/releases/tag/0.1.56

+2 -2
+2 -2
pkgs/development/python-modules/aioaladdinconnect/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "aioaladdinconnect"; 10 - version = "0.1.55"; 10 + version = "0.1.56"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.7"; ··· 15 15 src = fetchPypi { 16 16 pname = "AIOAladdinConnect"; 17 17 inherit version; 18 - hash = "sha256-Lyhv6JF+KuCiGz05EbXMEeXzVCI7ACsJmnEuAtDghYo="; 18 + hash = "sha256-YLAIT33ItaNgokwensOan/OO2lK01GO/u5AZwzvuoPo="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [