Unverified Commit 4293ab76 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

owocr: 1.26.5 -> 1.26.7 (#503748)

parents 0492e77f 2b7e6626
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "owocr";
  version = "1.26.5";
  version = "1.26.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "AuroraWright";
    repo = "owocr";
    tag = finalAttrs.version;
    hash = "sha256-ZISL0K16Ilmne8SZ5+L7FSxjZJd8j7tDklUOjPvw7HM=";
    hash = "sha256-OdGYxyJiIfkDxz6RyR9IrdO8ILCNHqb8CjSaUylauZA=";
  };

  # we use pystray directly to avoid making a new package