python3Packages.pytouchlinesl: 0.5.0 -> 0.6.0

https://github.com/jnsgruk/pytouchlinesl/releases/tag/0.6.0
This commit is contained in:
Martin Weinelt
2026-02-13 23:34:20 +01:00
parent a8c08e8c46
commit 1f2eeb96f1
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytouchlinesl";
version = "0.5.0";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jnsgruk";
repo = "pytouchlinesl";
tag = version;
hash = "sha256-R5XgH8A9P5KcjQL/f+E189A+iRVUIbWsmyRrnfV43v4=";
hash = "sha256-o9/K+0ADbU9qTtjLCGM2+aBQsQDP22qdwsgimo9oKns=";
};
build-system = [ setuptools ];