lol

python311Packages.hatasmota: 0.7.2 -> 0.7.3

https://github.com/emontnemery/hatasmota/releases/tag/0.7.3

+2 -2
+2 -2
pkgs/development/python-modules/hatasmota/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "hatasmota"; 11 - version = "0.7.2"; 11 + version = "0.7.3"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.6"; ··· 17 17 owner = "emontnemery"; 18 18 repo = pname; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-edZ8Y2fk2Kfhjs/c44vP55uPsFCnDt+wiD+q9821y7U="; 20 + hash = "sha256-lsb92JsqIhq7zaNaolgV8dtSFIq+Enklb6hlBvT7/Ig="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [