python313Packages.subarulink: 0.7.13 -> 0.7.14 (#423560)

This commit is contained in:
Fabian Affolter
2025-07-08 21:47:51 +02:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "subarulink";
version = "0.7.13";
version = "0.7.14";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "G-Two";
repo = "subarulink";
tag = "v${version}";
hash = "sha256-R6d9BaQDFSobiIsbI1I/eUaJt0VUU2ELdWU9xDyhuFc=";
hash = "sha256-iZWDi7vT1AQI7WbGOQZw2gE+3ht4YKnHO58ALrUGfIg=";
};
build-system = [ setuptools ];