python3Packages.eheimdigital: 1.6.0 -> 1.7.0 (#532883)

This commit is contained in:
dotlambda
2026-06-18 05:49:24 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "eheimdigital";
version = "1.6.0";
version = "1.7.0";
pyproject = true;
src = fetchFromCodeberg {
owner = "autinerd";
repo = "eheimdigital";
tag = version;
hash = "sha256-BXezA2wFP3KeAVwnZC9WYIIXeADHUmSJHTRfZE6Rk48=";
hash = "sha256-aAV63mdgBQ1kbLGOERkUm67S4A+Fyq+0ihllTTGe1mc=";
};
build-system = [ hatchling ];