python3Packages.subarulink: 0.3.14 -> 0.3.15

This commit is contained in:
Fabian Affolter 2021-08-08 19:29:04 +02:00
parent bd7b866804
commit 8c656947dc

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "subarulink";
version = "0.3.14";
version = "0.3.15";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "G-Two";
repo = pname;
rev = "v${version}";
sha256 = "0xwiw50xc0k8r00k33crsl5wb01n2dz5rzhy96y7vr3zj4kfypsp";
sha256 = "sha256-akDccWkiFwTwq7dvUxm34BFNS5PnQowqnxVvkPFzxLM=";
};
propagatedBuildInputs = [