Unverified Commit 4760c813 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

labelle: 1.4.0 -> 1.4.1 (#438140)

parents cbc8cf8b 75324c58
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@
}:
python3Packages.buildPythonApplication rec {
  pname = "labelle";
  version = "1.4.0";
  version = "1.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "labelle-org";
    repo = "labelle";
    tag = "v${version}";
    hash = "sha256-y26eJKR2QZv/qKORZzag/44b1RryXMwpyMuRgac2puE=";
    hash = "sha256-WrY8kDOZ4I1GPCpXvN4bapbJsIIsYzq0LT7jNaQyzXw=";
  };

  postPatch = ''