about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-order
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2021-06-24 12:48:25 +0200
committerLuflosi <luflosi@luflosi.de>2021-06-24 12:58:53 +0200
commitdfaee500d7b2a438687cdee79c0c8268f3792d30 (patch)
tree16fefa94b0f98e0e2474f110c2917d0e995d3967 /pkgs/development/python-modules/pytest-order
parent7aa0b0f115f803d5019ccae4d2bff0989e3d424b (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/pytest-order')
-rw-r--r--pkgs/development/python-modules/pytest-order/default.nix6
1 files 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 2d94b26c5327b..a49c958c3fcc8 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 ];
   };