python312Packages.pytouchlinesl: 0.1.7 -> 0.1.8

https://github.com/jnsgruk/pytouchlinesl/releases/tag/0.1.8
This commit is contained in:
Martin Weinelt 2024-10-11 20:56:51 +02:00
parent e01a420040
commit 62ee4607dc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytouchlinesl";
version = "0.1.7";
version = "0.1.8";
pyproject = true;
disabled = pythonOlder "3.10";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jnsgruk";
repo = "pytouchlinesl";
rev = "refs/tags/${version}";
hash = "sha256-Xth1zC08SIL8j7t2n64I4cyLd6UQABoSeg57tYhnvtE=";
hash = "sha256-BSffzy/MKmpPdvk55Ff76i+p4/cY0OHjS/NOc9tEGwo=";
};
build-system = [ setuptools ];