Merge pull request #244955 from figsoda/browsr

browsr: 1.12.0 -> 1.13.0
This commit is contained in:
Mario Rodas 2023-07-23 16:41:51 -05:00 committed by GitHub
commit 207b97c9ff
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.12.0";
version = "1.13.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "juftin";
repo = "browsr";
rev = "v${version}";
hash = "sha256-4i9jm4Rz2GepJHUvYXfjfNa/RxY2+16CmtLP70pb/DQ=";
hash = "sha256-vYb4XWBdQ4HJzICXNiBXit4aVgjYA9SCX15MppVtTS8=";
};
nativeBuildInputs = with python3.pkgs; [