Merge pull request #253891 from r-ryantm/auto-update/python310Packages.transmission-rpc

python310Packages.transmission-rpc: 4.3.0 -> 6.0.0

authored by

OTABI Tomoya and committed by
GitHub
211a86d6 241cb47e

+2 -2
+2 -2
pkgs/development/python-modules/transmission-rpc/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "transmission-rpc"; 16 - version = "4.3.0"; 16 + version = "6.0.0"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.8"; ··· 22 22 owner = "Trim21"; 23 23 repo = "transmission-rpc"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-kcrPUBpx8puhG4de55tDGDmOnJPAOZzr+zC5gRd8b0s="; 25 + hash = "sha256-gRyxQ6Upc1YBRhciVfyt0IGjv8K8ni4I1ODRS6o3tHA="; 26 26 }; 27 27 28 28 nativeBuildInputs = [