Unverified Commit 4de02ce2 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

safeeyes: 3.2.0 -> 3.3.0 (#476349)

parents 6ff4ad3e 40eb0e80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,12 +19,12 @@

python3Packages.buildPythonApplication rec {
  pname = "safeeyes";
  version = "3.2.0";
  version = "3.3.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-t8PMQxQjfyW3t0bamo8kAlminAMfUe0ThtzrgUc33Xo=";
    hash = "sha256-11nw13AAqupSIZRrhmDaViO3V/yYK8/xsVF8ylS49Rw=";
  };

  nativeBuildInputs = [