From 9ae69dbbeb9945f682ab552839c0d4f6069c63b2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 12 Apr 2025 06:37:19 +0000 Subject: [PATCH] python312Packages.pybrowsers: 0.7.0 -> 0.8.0 --- pkgs/development/python-modules/pybrowsers/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pybrowsers/default.nix b/pkgs/development/python-modules/pybrowsers/default.nix index 3b853a3c25ba..36506c721449 100644 --- a/pkgs/development/python-modules/pybrowsers/default.nix +++ b/pkgs/development/python-modules/pybrowsers/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pybrowsers"; - version = "0.7.0"; + version = "0.8.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "roniemartinez"; repo = "browsers"; tag = version; - hash = "sha256-x8sVWRT9KaKQ6obf7aFcnQFiG8FJAzu93yCzX3hnhFo="; + hash = "sha256-B6RZeDscM8ObtASZr3S0Ryq0XzppwUkhgRkqNeC+Slg="; }; postPatch = '' @@ -37,7 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python library for detecting and launching browsers"; homepage = "https://github.com/roniemartinez/browsers"; - changelog = "https://github.com/roniemartinez/browsers/releases/tag/${version}"; + changelog = "https://github.com/roniemartinez/browsers/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };