python313Packages.pytouchlinesl: 0.4.0 -> 0.5.0 (#437298)

This commit is contained in:
Jon Seager
2025-08-27 09:05:45 +01:00
committed by GitHub
@@ -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 ];