normcap: 0.5.8 -> 0.5.9 (#355312)

authored by

Donovan Glover and committed by
GitHub
fa42b5a5 49efe5ed

+3 -2
+3 -2
pkgs/by-name/no/normcap/package.nix
··· 27 28 ps.buildPythonApplication rec { 29 pname = "normcap"; 30 - version = "0.5.8"; 31 format = "pyproject"; 32 33 disabled = ps.pythonOlder "3.9"; ··· 36 owner = "dynobo"; 37 repo = "normcap"; 38 rev = "refs/tags/v${version}"; 39 - hash = "sha256-iMlW8oEt4OSipJaQ2XzBZeBVqiZP/C1sM0f5LYjv7/A="; 40 }; 41 42 pythonRemoveDeps = [ ··· 175 meta = with lib; { 176 description = "OCR powered screen-capture tool to capture information instead of images"; 177 homepage = "https://dynobo.github.io/normcap/"; 178 license = licenses.gpl3Plus; 179 maintainers = with maintainers; [ cafkafk pbsds ]; 180 mainProgram = "normcap";
··· 27 28 ps.buildPythonApplication rec { 29 pname = "normcap"; 30 + version = "0.5.9"; 31 format = "pyproject"; 32 33 disabled = ps.pythonOlder "3.9"; ··· 36 owner = "dynobo"; 37 repo = "normcap"; 38 rev = "refs/tags/v${version}"; 39 + hash = "sha256-K8BkPRHmcJSzYPxv49a1whKpe+StK7m0ea7t2YNUESw="; 40 }; 41 42 pythonRemoveDeps = [ ··· 175 meta = with lib; { 176 description = "OCR powered screen-capture tool to capture information instead of images"; 177 homepage = "https://dynobo.github.io/normcap/"; 178 + changelog = "https://github.com/dynobo/normcap/releases/tag/v${version}"; 179 license = licenses.gpl3Plus; 180 maintainers = with maintainers; [ cafkafk pbsds ]; 181 mainProgram = "normcap";