python3Packages.subarulink: 0.7.1 -> 0.7.5

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:53 +01:00
parent 958f9b4b80
commit 92bb070cf9

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "subarulink";
version = "0.7.1";
version = "0.7.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "G-Two";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-igfC/Hi/cbNnHmrzgWQnhJ9cdWHPI0fIqPIYeIZuxgU=";
hash = "sha256-lvL/bRHvQvvYqr+qzrWe7dOscYFGVA2OrVt/RPGdmzA=";
};
propagatedBuildInputs = [