lol

python3Packages.pykaleidescape: 1.0.1 -> 2022.2.3

https://github.com/SteveEasley/pykaleidescape/releases/tag/v2022.2.3

+3 -3
+3 -3
pkgs/development/python-modules/pykaleidescape/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pykaleidescape"; 16 - version = "1.0.1"; 16 + version = "2022.2.3"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "SteveEasley"; 23 23 repo = "pykaleidescape"; 24 24 tag = "v${version}"; 25 - hash = "sha256-KM/gtpsQ27QZz2uI1t/yVN5no0zp9LZag1duAJzK55g="; 25 + hash = "sha256-h5G7wV4Z+sf8Qq4GNFsp8DVDSgQgS0dLGf+DzK/egYM="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ setuptools ]; ··· 53 53 meta = with lib; { 54 54 description = "Module for controlling Kaleidescape devices"; 55 55 homepage = "https://github.com/SteveEasley/pykaleidescape"; 56 - changelog = "https://github.com/SteveEasley/pykaleidescape/releases/tag/v${version}"; 56 + changelog = "https://github.com/SteveEasley/pykaleidescape/releases/tag/${src.tag}"; 57 57 license = licenses.mit; 58 58 maintainers = with maintainers; [ fab ]; 59 59 };