Merge pull request from fabaff/transmission-rpc-bump

python310Packages.transmission-rpc: 4.1.4 -> 4.2.0
This commit is contained in:
Mario Rodas 2023-04-10 20:52:38 -05:00 committed by GitHub
commit 63fe324189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "transmission-rpc";
version = "4.1.4";
version = "4.2.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-SIeAN/ufSu9qS0bxPI2HgOHS8Dj9BTwKh7XcAFcMEcw=";
hash = "sha256-uWJCDnlyukm7nrcENg/UmqrEjBYMZDK09Ym3wvWgGls=";
};
nativeBuildInputs = [
@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module that implements the Transmission bittorent client RPC protocol";
homepage = "https://github.com/Trim21/transmission-rpc";
changelog = "https://github.com/trim21/transmission-rpc/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ eyjhb ];
};