python3Packages.pytouchlinesl: 0.2.0 -> 0.3.0 (#361417)

authored by Robert Schütz and committed by GitHub 19e3a49d 21af7052

+2 -2
+2 -2
pkgs/development/python-modules/pytouchlinesl/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pytouchlinesl"; 15 - version = "0.2.0"; 15 + version = "0.3.0"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.10"; ··· 21 21 owner = "jnsgruk"; 22 22 repo = "pytouchlinesl"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-j/DEzYFopS/wolcycYP70hETT+8Pg/+9vDPYmLcd740="; 24 + hash = "sha256-hrC5cBtAU9P9VaRIoUKDx5x4KwUN6mO/JwEZrsnYB0s="; 25 25 }; 26 26 27 27 build-system = [ setuptools ];