browsr: 1.19.0 -> 1.21.0

This commit is contained in:
Greg Hellings 2024-08-04 22:12:13 -05:00
parent 5eb832604a
commit fe95d69929

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "browsr";
version = "1.19.0";
version = "1.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "juftin";
repo = "browsr";
rev = "refs/tags/v${version}";
hash = "sha256-V5B+/zfUlpF0TMTHqzyjapW93/DoJKgbJkTMX2NZyIQ=";
hash = "sha256-76OzJOunZRVSGalQiyX+TSukD8rRIFHxA713NqOn3PY=";
};
nativeBuildInputs = with python3.pkgs; [
@ -56,6 +56,7 @@ python3.pkgs.buildPythonApplication rec {
"art"
"pandas"
"pymupdf"
"pyperclip"
"rich-click"
"rich-pixels"
"rich"