mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
browsr: 1.19.0 -> 1.21.0
This commit is contained in:
parent
5eb832604a
commit
fe95d69929
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user