Merge pull request #254091 from fabaff/hatasmota-bump

python311Packages.hatasmota: 0.7.0 -> 0.7.1

authored by Mario Rodas and committed by GitHub 803d006b e167fca5

+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.0"; 11 + version = "0.7.1"; 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-f8bRVo9365w5gMpkb31thGXCRWZuKfkFEow9Wv4/+bM="; 20 + hash = "sha256-biQEAuRxz8q0d40IFElf06Iu6RzwikV4kYZOoj9gbWA="; 21 21 }; 22 22 23 23 propagatedBuildInputs = [