Unverified Commit 774785f4 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents 36965c62 11fd5938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];