Loading pkgs/by-name/la/labelle/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ }: python3Packages.buildPythonApplication rec { pname = "labelle"; version = "1.3.2"; version = "1.4.0"; pyproject = true; src = fetchFromGitHub { owner = "labelle-org"; repo = "labelle"; tag = "v${version}"; hash = "sha256-+aRq+zwnoHy+kXerFCw1b46OHmWDDpyOiBRu4IvYAQg="; hash = "sha256-y26eJKR2QZv/qKORZzag/44b1RryXMwpyMuRgac2puE="; }; postPatch = '' Loading Loading @@ -54,7 +54,7 @@ python3Packages.buildPythonApplication rec { ]; meta = { changelog = "https://github.com/labelle-org/labelle/releases/tag/v${version}"; changelog = "https://github.com/labelle-org/labelle/releases/tag/${src.tag}"; description = "Print labels with LabelManager PnP from Dymo"; homepage = "https://github.com/labelle-org/labelle"; license = lib.licenses.asl20; Loading Loading
pkgs/by-name/la/labelle/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ }: python3Packages.buildPythonApplication rec { pname = "labelle"; version = "1.3.2"; version = "1.4.0"; pyproject = true; src = fetchFromGitHub { owner = "labelle-org"; repo = "labelle"; tag = "v${version}"; hash = "sha256-+aRq+zwnoHy+kXerFCw1b46OHmWDDpyOiBRu4IvYAQg="; hash = "sha256-y26eJKR2QZv/qKORZzag/44b1RryXMwpyMuRgac2puE="; }; postPatch = '' Loading Loading @@ -54,7 +54,7 @@ python3Packages.buildPythonApplication rec { ]; meta = { changelog = "https://github.com/labelle-org/labelle/releases/tag/v${version}"; changelog = "https://github.com/labelle-org/labelle/releases/tag/${src.tag}"; description = "Print labels with LabelManager PnP from Dymo"; homepage = "https://github.com/labelle-org/labelle"; license = lib.licenses.asl20; Loading