Skip to content

Commit

Permalink
Merge pull request #292742 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.pybrowsers

python312Packages.pybrowsers: 0.5.2 -> 0.6.0
  • Loading branch information
leona-ya authored Mar 3, 2024
2 parents 1242ecc + 7ca2767 commit d8be97b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/pybrowsers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildPythonPackage rec {
pname = "pybrowsers";
version = "0.5.2";
version = "0.6.0";
pyproject = true;

disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "roniemartinez";
repo = "browsers";
rev = version;
hash = "sha256-bsmOUa33VzqWCv2jhu6oukdRhWfpkeAM3FBjiBBwjSQ=";
rev = "refs/tags/${version}";
hash = "sha256-hjaQUfH7pNwC6+6liOUQQZU6NdhxLmtabvDD7JnQ3GU=";
};

postPatch = ''
Expand Down

0 comments on commit d8be97b

Please sign in to comment.