lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #202090 from fabaff/pyotgw-bump

python310Packages.pyotgw: 2.1.1 -> 2.1.2

authored by

Fabian Affolter and committed by
GitHub
943c96eb 91969d8d

+4 -3
+4 -3
pkgs/development/python-modules/pyotgw/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pyotgw"; 12 - version = "2.1.1"; 12 + version = "2.1.2"; 13 13 format = "setuptools"; 14 14 15 15 disabled = pythonOlder "3.8"; ··· 17 17 src = fetchFromGitHub { 18 18 owner = "mvn23"; 19 19 repo = pname; 20 - rev = version; 21 - hash = "sha256-gMrLoITDBO7T9JtY4O43aMKF88zhwnJ/rlw8U3yvG8k="; 20 + rev = "refs/tags/${version}"; 21 + hash = "sha256-qUwpW9C9VqsbDNa9zqa/BZtMuzmPU21Au/q0iGRkBNY="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [ ··· 37 37 meta = with lib; { 38 38 description = "Python module to interact the OpenTherm Gateway"; 39 39 homepage = "https://github.com/mvn23/pyotgw"; 40 + changelog = "https://github.com/mvn23/pyotgw/blob/${version}/CHANGELOG.md"; 40 41 license = with licenses; [ gpl3Plus ]; 41 42 maintainers = with maintainers; [ fab ]; 42 43 };