Unverified Commit 041cc67d authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #261466 from figsoda/browsr

browsr: 1.16.0 -> 1.17.1
parents 816c3ccf 6e32cd6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "browsr";
  version = "1.16.0";
  version = "1.17.1";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "juftin";
    repo = "browsr";
    rev = "v${version}";
    hash = "sha256-Tb/7ek5aKFxv8g4jAmj9nQ909LiHqrAXJoeC9o6fwFM=";
    hash = "sha256-FExDKugFP94C3zMnR1V4QDPWeM2OtRH2ei0LNs3h06c=";
  };

  nativeBuildInputs = with python3.pkgs; [