python312Packages.pytouchlinesl: 0.1.8 -> 0.2.0

Diff: https://github.com/jnsgruk/pytouchlinesl/compare/refs/tags/0.1.8...0.2.0

Changelog: https://github.com/jnsgruk/pytouchlinesl/releases/tag/0.2.0
This commit is contained in:
Fabian Affolter 2024-11-21 08:25:39 +01:00
parent 6735eef1b1
commit 3ee6aa3e89

View File

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