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

Changed files
+2 -2
pkgs
development
python-modules
pytouchlinesl
+2 -2
pkgs/development/python-modules/pytouchlinesl/default.nix
···
buildPythonPackage rec {
pname = "pytouchlinesl";
-
version = "0.4.0";
+
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "jnsgruk";
repo = "pytouchlinesl";
tag = version;
-
hash = "sha256-hrC5cBtAU9P9VaRIoUKDx5x4KwUN6mO/JwEZrsnYB0s=";
+
hash = "sha256-R5XgH8A9P5KcjQL/f+E189A+iRVUIbWsmyRrnfV43v4=";
};
build-system = [ setuptools ];