Unverified Commit 27241893 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.allure-python-commons-test: 2.15.3 -> 2.16.0 (#514532)

parents acf4f2ec 22b6cb47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildPythonPackage rec {
  pname = "allure-python-commons-test";
  version = "2.15.3";
  version = "2.16.0";
  pyproject = true;

  src = fetchPypi {
    pname = "allure_python_commons_test";
    inherit version;
    hash = "sha256-eRjjsxiXm/7nMyaJS5pXhpNmrjOhnd1o7+F9ZwGzI/I=";
    hash = "sha256-otfGxWNnbMUGuQcqsroOOfiqhCQqe25c39Ur57ek2og=";
  };

  build-system = [ setuptools-scm ];