Unverified Commit 62ee4607 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.pytouchlinesl: 0.1.7 -> 0.1.8

parent e01a4200
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pytouchlinesl";
  version = "0.1.7";
  version = "0.1.8";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "jnsgruk";
    repo = "pytouchlinesl";
    rev = "refs/tags/${version}";
    hash = "sha256-Xth1zC08SIL8j7t2n64I4cyLd6UQABoSeg57tYhnvtE=";
    hash = "sha256-BSffzy/MKmpPdvk55Ff76i+p4/cY0OHjS/NOc9tEGwo=";
  };

  build-system = [ setuptools ];