Merge pull request #261466 from figsoda/browsr

browsr: 1.16.0 -> 1.17.1
This commit is contained in:
Weijia Wang 2023-10-18 00:35:29 +02:00 committed by GitHub
commit 041cc67d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "browsr";
version = "1.16.0";
version = "1.17.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "juftin";
repo = "browsr";
rev = "v${version}";
hash = "sha256-Tb/7ek5aKFxv8g4jAmj9nQ909LiHqrAXJoeC9o6fwFM=";
hash = "sha256-FExDKugFP94C3zMnR1V4QDPWeM2OtRH2ei0LNs3h06c=";
};
nativeBuildInputs = with python3.pkgs; [