python3Packages.subarulink: 0.6.1 -> 0.7.0

https://github.com/G-Two/subarulink/releases/tag/v0.7.0
This commit is contained in:
Martin Weinelt
2022-12-08 01:59:33 +01:00
parent f34cfe42a3
commit ca02a0e265
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "subarulink";
version = "0.6.1";
version = "0.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -20,8 +20,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "G-Two";
repo = pname;
rev = "v${version}";
hash = "sha256-esZ+nIHIXKfilb8dBFbAbQQFI6fFRUcoFVCPdnqGXYw=";
rev = "refs/tags/v${version}";
hash = "sha256-BxnpdZwbnZF1oWcu3jRDeXvcaweOuVk1R79KpMLB02c=";
};
propagatedBuildInputs = [