Unverified Commit c682b1c7 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #278355 from elesiuta/picosnitch-update

parents 8075b4a1 575db938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

python3.pkgs.buildPythonApplication rec {
  pname = "picosnitch";
  version = "1.0.1";
  version = "1.0.3";

  src = fetchPypi {
    inherit pname version;
    sha256 = "5d427eb46de448e4109f68ed435dd38426df8200aea5bb668639aabe1f0b4580";
    sha256 = "78285e91b5c4d8e07529a34a7c3fe606acb6f950ee3cc78bb6c346bc2195b68a";
  };

  propagatedBuildInputs = with python3.pkgs; [