python3Packages.pybrowsers: 1.1.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2025-06-04 14:10:40 +00:00
parent aa91162a92
commit 11fd59381d

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pybrowsers";
version = "1.1.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "roniemartinez";
repo = "browsers";
tag = version;
hash = "sha256-9YO/FTgL/BzabPnpi2RM/C08F7/d6FNshWnGsT6NQlg=";
hash = "sha256-GW5yuBc9lwGIUK/ZH4qHFXlA+wyMD6HdShq0A/ydb+k=";
};
build-system = [ poetry-core ];