From 431501260ae8947e1cc29a3d0a91a305e668bcb7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 6 Aug 2025 21:23:39 +0200 Subject: [PATCH] python3Packages.pytouchlinesl: 0.3.0 -> 0.4.0 https://github.com/jnsgruk/pytouchlinesl/releases/tag/0.4.0 --- pkgs/development/python-modules/pytouchlinesl/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytouchlinesl/default.nix b/pkgs/development/python-modules/pytouchlinesl/default.nix index 63d1611a926c..a89fd6cdb810 100644 --- a/pkgs/development/python-modules/pytouchlinesl/default.nix +++ b/pkgs/development/python-modules/pytouchlinesl/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "pytouchlinesl"; - version = "0.3.0"; + version = "0.4.0"; pyproject = true; disabled = pythonOlder "3.10";