0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python311Packages.transmission-rpc: 4.2.0 -> 4.2.1

Changelog: https://github.com/trim21/transmission-rpc/releases/tag/v4.2.1
This commit is contained in:
Fabian Affolter 2023-05-06 13:40:47 +02:00
parent 1e75a3dae2
commit 23d3831a1e

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "transmission-rpc";
version = "4.2.0";
version = "4.2.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Trim21";
repo = "transmission-rpc";
rev = "refs/tags/v${version}";
hash = "sha256-uWJCDnlyukm7nrcENg/UmqrEjBYMZDK09Ym3wvWgGls=";
hash = "sha256-+NjJscLRGNSDmyrOMjwUMtJPVz2N32Cy80Q3iu33QJc=";
};
nativeBuildInputs = [