python3Packages.pymitsubishi: fix src hash

This commit is contained in:
Robert Schütz
2025-12-02 09:38:09 -08:00
parent 9dcea72b22
commit 141ca3bb30
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "pymitsubishi";
repo = "pymitsubishi";
tag = "v${version}";
hash = "sha256-QjHMIzl2VV1S8tNWsFLgLDNX6/0wN9FeIJIo5KgkDVE=";
hash = "sha256-frqyAXAP2O8TZzXx5ephcLSLJA9p0P74KJrPoSKPYYo=";
};
build-system = [ setuptools ];