lol

python3Packages.elmax: 0.1.2 -> 0.1.3

authored by

Fabian Affolter and committed by
Martin Weinelt
e673e7fa c8845ea5

+2 -2
+2 -2
pkgs/development/python-modules/elmax/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "elmax"; 15 - version = "0.1.2"; 15 + version = "0.1.3"; 16 16 format = "pyproject"; 17 17 disabled = pythonOlder "3.7"; 18 18 ··· 20 20 owner = "home-assistant-ecosystem"; 21 21 repo = "python-elmax"; 22 22 rev = version; 23 - sha256 = "sha256-Aq/OHxOmtUUmBNlFPu892C8AkTX+Ee0oca7D79InPXQ="; 23 + sha256 = "sha256-OiVPjWqQw1u0OL6/uYlT+FP2XDh7l3OZyVtQfycHICI="; 24 24 }; 25 25 26 26 nativeBuildInputs = [ poetry-core ];