mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python312Packages.pytouchlinesl: 0.1.7 -> 0.1.8
https://github.com/jnsgruk/pytouchlinesl/releases/tag/0.1.8
This commit is contained in:
parent
e01a420040
commit
62ee4607dc
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytouchlinesl";
|
pname = "pytouchlinesl";
|
||||||
version = "0.1.7";
|
version = "0.1.8";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.10";
|
disabled = pythonOlder "3.10";
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
owner = "jnsgruk";
|
owner = "jnsgruk";
|
||||||
repo = "pytouchlinesl";
|
repo = "pytouchlinesl";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-Xth1zC08SIL8j7t2n64I4cyLd6UQABoSeg57tYhnvtE=";
|
hash = "sha256-BSffzy/MKmpPdvk55Ff76i+p4/cY0OHjS/NOc9tEGwo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user