python3Packages.pyrfxtrx: 0.31.1 -> 0.32.0 (#404185)

authored by dotlambda and committed by GitHub 77607e8e 3e261a12

+3 -3
+3 -3
pkgs/development/python-modules/pyrfxtrx/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "pyrfxtrx"; 12 - version = "0.31.1"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "Danielhiversen"; 17 repo = "pyRFXtrx"; 18 tag = version; 19 - hash = "sha256-Y9UVJZxm5G5ywNLW8nm162cZTs3/mFeI+ZEUGoc9eAs="; 20 }; 21 22 build-system = [ setuptools ]; ··· 28 meta = with lib; { 29 description = "Library to communicate with the RFXtrx family of devices"; 30 homepage = "https://github.com/Danielhiversen/pyRFXtrx"; 31 - changelog = "https://github.com/Danielhiversen/pyRFXtrx/releases/tag/${version}"; 32 license = licenses.lgpl3Plus; 33 maintainers = with maintainers; [ dotlambda ]; 34 };
··· 9 10 buildPythonPackage rec { 11 pname = "pyrfxtrx"; 12 + version = "0.32.0"; 13 pyproject = true; 14 15 src = fetchFromGitHub { 16 owner = "Danielhiversen"; 17 repo = "pyRFXtrx"; 18 tag = version; 19 + hash = "sha256-6gD6ch7DyaD9nCY/VfyJHmV4gEDPsDfVKjNaNedmVVE="; 20 }; 21 22 build-system = [ setuptools ]; ··· 28 meta = with lib; { 29 description = "Library to communicate with the RFXtrx family of devices"; 30 homepage = "https://github.com/Danielhiversen/pyRFXtrx"; 31 + changelog = "https://github.com/Danielhiversen/pyRFXtrx/releases/tag/${src.tag}"; 32 license = licenses.lgpl3Plus; 33 maintainers = with maintainers; [ dotlambda ]; 34 };