0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.pybrowsers: 1.1.0 -> 1.3.0 (#413921)

This commit is contained in:
dotlambda 2025-06-04 09:43:04 -07:00 committed by GitHub
commit 774785f46f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];