browsr: 1.18.0 -> 1.19.0
Diff: https://github.com/juftin/browsr/compare/refs/tags/v1.18.0...v1.19.0 Changelog: https://github.com/juftin/browsr/releases/tag/refs/tags/v1.19.0
This commit is contained in:
parent
0e17e41a70
commit
c046738609
1 changed files with 6 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "browsr";
|
pname = "browsr";
|
||||||
version = "1.18.0";
|
version = "1.19.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "juftin";
|
owner = "juftin";
|
||||||
repo = "browsr";
|
repo = "browsr";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-Ygqoz1rNQwhU1/8NsHwQsSCqQ8gYwHEaAuIaVMCtKKA=";
|
hash = "sha256-V5B+/zfUlpF0TMTHqzyjapW93/DoJKgbJkTMX2NZyIQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3.pkgs; [
|
nativeBuildInputs = with python3.pkgs; [
|
||||||
|
@ -27,6 +27,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
pandas
|
pandas
|
||||||
pillow
|
pillow
|
||||||
pymupdf
|
pymupdf
|
||||||
|
pyperclip
|
||||||
rich
|
rich
|
||||||
rich-click
|
rich-click
|
||||||
rich-pixels
|
rich-pixels
|
||||||
|
@ -75,6 +76,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
"test_github_screenshot"
|
"test_github_screenshot"
|
||||||
"test_github_screenshot_license"
|
"test_github_screenshot_license"
|
||||||
"test_textual_app_context_path_github"
|
"test_textual_app_context_path_github"
|
||||||
|
"test_mkdocs_screenshot"
|
||||||
|
# Different output
|
||||||
|
"test_textual_app_context_path"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
Loading…
Reference in a new issue