python3Packages.pytouchlinesl: 0.2.0 -> 0.3.0

This commit is contained in:
Jon Seager
2024-12-03 10:39:33 +00:00
parent 6d8ddd87dc
commit 0fbfd6ff1a
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytouchlinesl";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "jnsgruk";
repo = "pytouchlinesl";
rev = "refs/tags/${version}";
hash = "sha256-j/DEzYFopS/wolcycYP70hETT+8Pg/+9vDPYmLcd740=";
hash = "sha256-hrC5cBtAU9P9VaRIoUKDx5x4KwUN6mO/JwEZrsnYB0s=";
};
build-system = [ setuptools ];