lol

python312Packages.zigpy-deconz: 0.24.1 -> 0.24.2

authored by

R. Ryantm and committed by
Martin Weinelt
a9e41109 fcf1df3b

+3 -3
+3 -3
pkgs/development/python-modules/zigpy-deconz/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "zigpy-deconz"; 16 - version = "0.24.1"; 16 + version = "0.24.2"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "zigpy"; 23 23 repo = pname; 24 24 tag = version; 25 - hash = "sha256-CSXJcERqrPnCdlwyNSqSkxoiVhjNuL2GL4J6h2DMZY4="; 25 + hash = "sha256-el29EqCK9p3AII9LsMw+ikplHfDKNUIhaU3HJI0gfu8="; 26 26 }; 27 27 28 28 postPatch = '' ··· 49 49 meta = with lib; { 50 50 description = "Library which communicates with Deconz radios for zigpy"; 51 51 homepage = "https://github.com/zigpy/zigpy-deconz"; 52 - changelog = "https://github.com/zigpy/zigpy-deconz/releases/tag/${version}"; 52 + changelog = "https://github.com/zigpy/zigpy-deconz/releases/tag/${src.tag}"; 53 53 license = licenses.gpl3Plus; 54 54 maintainers = with maintainers; [ mvnetbiz ]; 55 55 platforms = platforms.linux;