python3Packages.aiojellyfin: 0.10.1 -> 0.13.0
https://github.com/Jc2k/aiojellyfin/blob/v0.13.0/CHANGELOG.md
This commit is contained in:
@@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiojellyfin";
|
||||
version = "0.10.1";
|
||||
version = "0.13.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Jc2k";
|
||||
repo = "aiojellyfin";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-A+uvM1/7HntRMIdknfHr0TMGIjHk7BCwsZopXdVoEO8=";
|
||||
hash = "sha256-M9GsXcm2PM3blkMBMrjyagzcWpyt/WqMeM8xU/KNPks=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "";
|
||||
homepage = "https://github.com/Jc2k/aiojellyfin";
|
||||
changelog = "https://github.com/Jc2k/aiojellyfin/blob/${src.rev}/CHANGELOG.md";
|
||||
changelog = "https://github.com/Jc2k/aiojellyfin/blob/${src.tag}/CHANGELOG.md";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user