python313Packages.pybrowsers: 1.3.1 -> 1.3.2

Diff: https://github.com/roniemartinez/browsers/compare/1.3.1...1.3.2

Changelog: https://github.com/roniemartinez/browsers/releases/tag/1.3.2
This commit is contained in:
Fabian Affolter
2026-02-08 21:24:11 +01:00
parent 9e301f2426
commit b730749171
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pybrowsers";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "roniemartinez";
repo = "browsers";
tag = version;
hash = "sha256-yTEqqGbwvpNyY/lOs3wjmXngclxv3dOb7jzlmJKMwG0=";
hash = "sha256-MpTCeu2rxIx6JByosL2C3hayrMIfKD/2kZT3AJpjKZw=";
};
build-system = [ poetry-core ];