Unverified Commit 16ad1b70 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

trevorspray: 2.3.1 -> 2.4.0 (#487105)

parents ddf19f3e 4e57cf7c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -4,14 +4,14 @@
  fetchPypi,
}:

python3.pkgs.buildPythonApplication rec {
python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "trevorspray";
  version = "2.3.1";
  version = "2.4.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-2kprXyZUAe8lBV48mBpmkhBtOoxgrP/TOTdS3Kw2WTE=";
    inherit (finalAttrs) pname version;
    hash = "sha256-t6F86JzKLS6f+TN9iMUjqZJkS+ccNRsYa99Mdl2BYwQ=";
  };

  build-system = with python3.pkgs; [ poetry-core ];
@@ -34,4 +34,4 @@ python3.pkgs.buildPythonApplication rec {
    maintainers = with lib.maintainers; [ fab ];
    mainProgram = "trevorspray";
  };
}
})