python313Packages.pytouchlinesl: 0.4.0 -> 0.5.0

Diff: https://github.com/jnsgruk/pytouchlinesl/compare/0.4.0...0.5.0

Changelog: https://github.com/jnsgruk/pytouchlinesl/releases/tag/0.5.0
This commit is contained in:
Fabian Affolter
2025-08-26 23:42:15 +02:00
parent 242c91c009
commit 5ca34e9009
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytouchlinesl";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jnsgruk";
repo = "pytouchlinesl";
tag = version;
hash = "sha256-hrC5cBtAU9P9VaRIoUKDx5x4KwUN6mO/JwEZrsnYB0s=";
hash = "sha256-R5XgH8A9P5KcjQL/f+E189A+iRVUIbWsmyRrnfV43v4=";
};
build-system = [ setuptools ];