Unverified Commit 63fe3241 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #225603 from fabaff/transmission-rpc-bump

python310Packages.transmission-rpc: 4.1.4 -> 4.2.0
parents fb8dbc41 6044fb29
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 ];
  };