Merge pull request #144508 from fabaff/bump-pyvolumio
python3Packages.pyvolumio: 0.1.4 -> 0.1.5
This commit is contained in:
commit
2d8f84bb56
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyvolumio";
|
pname = "pyvolumio";
|
||||||
version = "0.1.4";
|
version = "0.1.5";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
owner = "OnFreund";
|
owner = "OnFreund";
|
||||||
repo = "PyVolumio";
|
repo = "PyVolumio";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0c6kcz9x0n9w67h2gncyhq0dw3q17nmzipcgx59pwqnn33jan5nf";
|
sha256 = "1nyvflap39cwq1cm9wwl9idvfmz1ixsl80f1dnskx22fk0lmvj4h";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ aiohttp ];
|
propagatedBuildInputs = [ aiohttp ];
|
||||||
|
|
Loading…
Reference in a new issue