Merge pull request #133175 from fabaff/bump-subarulink

python3Packages.subarulink: 0.3.14 -> 0.3.15
This commit is contained in:
Sandro 2021-08-08 20:55:44 +02:00 committed by GitHub
commit 10a8a92bd6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [