From dfaee500d7b2a438687cdee79c0c8268f3792d30 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Thu, 24 Jun 2021 12:48:25 +0200 Subject: [PATCH] python3Packages.pytest-order: 0.10.0 -> 1.0.0 The PyPI project website links to https://github.com/pytest-dev/pytest-order as the repository, so change the homepage link. --- pkgs/development/python-modules/pytest-order/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pytest-order/default.nix b/pkgs/development/python-modules/pytest-order/default.nix index 2d94b26c5327..a49c958c3fcc 100644 --- a/pkgs/development/python-modules/pytest-order/default.nix +++ b/pkgs/development/python-modules/pytest-order/default.nix @@ -10,11 +10,11 @@ buildPythonPackage rec { pname = "pytest-order"; - version = "0.10.0"; + version = "1.0.0"; src = fetchPypi { inherit pname version; - sha256 = "2da32cb95e63fac6972d34f5ddb53997fc66305355425be0f55f4092d666293d"; + sha256 = "sha256-WZeiYrMSNO67Rh+anvJGh79zICm0mYRaQ5i2nttawyE="; }; buildInputs = [ pytest ]; @@ -28,7 +28,7 @@ buildPythonPackage rec { meta = { description = "Pytest plugin that allows you to customize the order in which your tests are run"; - homepage = "https://github.com/mrbean-bremen/pytest-order"; + homepage = "https://github.com/pytest-dev/pytest-order"; license = lib.licenses.mit; maintainers = [ lib.maintainers.jacg ]; };