Fabian Affolter
2025-07-08 20:48:49 +02:00
parent 3721085248
commit 79d411387e
@@ -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 ];