Unverified Commit 5d4843d0 authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

patatt: 0.6.3 -> 0.7.0 (#477060)

parents f7532982 e2335654
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonApplication rec {
  pname = "patatt";
  version = "0.6.3";
  version = "0.7.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-mAgm9lKdJXbCZ8ofVk1b7wRstH5UIVu1mO1sS5stCig=";
    hash = "sha256-97K+ihXyUfu8kMa3NKuRBlSnqdGENpzp53ttJuQ7nuo=";
  };

  build-system = with python3Packages; [