From 6cb3b5f8f9075d991451f5624d46849125845570 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 29 Sep 2024 12:59:15 +0200 Subject: [PATCH] python312Packages.pytouchlinesl: 0.1.5 -> 0.1.7 Diff: https://github.com/jnsgruk/pytouchlinesl/compare/refs/tags/0.1.5...0.1.7 Changelog: https://github.com/jnsgruk/pytouchlinesl/releases/tag/0.1.7 --- pkgs/development/python-modules/pytouchlinesl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytouchlinesl/default.nix b/pkgs/development/python-modules/pytouchlinesl/default.nix index 3a6e0db6b04d..423d29f6cef0 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.1.5"; + version = "0.1.7"; pyproject = true; disabled = pythonOlder "3.10"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "jnsgruk"; repo = "pytouchlinesl"; rev = "refs/tags/${version}"; - hash = "sha256-kdLMuxA1Ig85mH7s9rlmVjEsItXxRlDA1JTFasnJogg="; + hash = "sha256-Xth1zC08SIL8j7t2n64I4cyLd6UQABoSeg57tYhnvtE="; }; build-system = [ setuptools ];