Merge pull request #144905 from fabaff/bump-aiolyric

python3Packages.aiolyric: 1.0.7 -> 1.0.8
This commit is contained in:
Fabian Affolter 2021-11-16 21:44:38 +01:00 committed by GitHub
commit 2fee52aa91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "aiolyric";
version = "1.0.7";
version = "1.0.8";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "timmo001";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3UyWUsamluJclwrQD+MuUPLhNJoNU4/8w1m92OLWyrg=";
sha256 = "sha256-A4EkqSIQ5p4E4DPLYu9a/lmb1sFhwDqFLhjhZS6Zf5c=";
};
propagatedBuildInputs = [ aiohttp ];