Unverified Commit 96ccf0dd authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.browserforge: 1.1.0 -> 1.2.3 (#394289)

parents eaf59aa5 2eab22d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "browserforge";
  version = "1.1.0";
  version = "1.2.3";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "daijro";
    repo = "browserforge";
    tag = "v${version}";
    hash = "sha256-+uBKVugPScr0gggYaxAdelLKKrmXGY6rWTwhFqBMTcA=";
    hash = "sha256-D5GlUZ4KT6kqPQVcpli8T++xoXl1YUVGZu8rePJQ44A=";
  };

  build-system = [ poetry-core ];