python3Packages.pytouchline-extended: 1.0.2 -> 1.1.2

Diff: https://github.com/brondum/pytouchline/compare/1.0.2...1.1.2

Changelog: https://github.com/brondum/pytouchline/releases/tag/1.1.2
This commit is contained in:
Robert Schütz
2026-06-01 14:58:46 -07:00
parent d9a85a232f
commit 596df9f79c
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytouchline-extended";
version = "1.0.2";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "brondum";
repo = "pytouchline";
tag = version;
hash = "sha256-7F8VeLrMgo54LQWG4BzxL6EgvthssAjUO65HSkXd2sk=";
hash = "sha256-sIrHvC+IkJWgNksgS5lB4IFP37xggVypMLmGjjLlaVQ=";
};
postPatch = ''