python311Packages.transmission-rpc: 4.2.2 -> 4.3.0

Diff: https://github.com/Trim21/transmission-rpc/compare/refs/tags/v4.2.2...v4.3.0

Changelog: https://github.com/trim21/transmission-rpc/releases/tag/v4.3.0
This commit is contained in:
Fabian Affolter 2023-06-05 09:25:57 +02:00
parent fea54c6aff
commit 35e670cae6

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "transmission-rpc";
version = "4.2.2";
version = "4.3.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Trim21";
repo = "transmission-rpc";
rev = "refs/tags/v${version}";
hash = "sha256-8gNGBfU7k2SvpNqRGkT9BXyAyKizUCXY8Unuqw5IICE=";
hash = "sha256-kcrPUBpx8puhG4de55tDGDmOnJPAOZzr+zC5gRd8b0s=";
};
nativeBuildInputs = [