labelle: 1.1.0 --> 1.2.0

This commit is contained in:
FabianRig 2024-04-26 22:43:32 +02:00
parent 17295213af
commit 3482d590e0

View File

@ -8,14 +8,14 @@
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "labelle"; pname = "labelle";
version = "1.1.0"; version = "1.2.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "labelle-org"; owner = "labelle-org";
repo = "labelle"; repo = "labelle";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-JnV5A3/toTCHCEb0dygouR9MZfk2kdmsKVscwYI2y/Y="; hash = "sha256-fLlYqJs/V5t8IdfVkfBsjtjM1rRdCyTYF87G+h1VU5Y=";
}; };
postPatch = '' postPatch = ''
@ -39,6 +39,8 @@ python3Packages.buildPythonApplication rec {
pyqt6 pyqt6
python-barcode python-barcode
pyusb pyusb
rich
typer
]; ];
desktopItems = [ desktopItems = [