Unverified Commit 3aaef5ab authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

labelle: 1.3.2 -> 1.4.0 (#380057)

parents 777445ed 1547729e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''
@@ -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;