about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-order
diff options
context:
space:
mode:
authorLuflosi <luflosi@luflosi.de>2022-01-09 21:44:05 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-12 12:44:26 -0800
commit4466e2496dc5592ee50df0f531806655290dbb17 (patch)
treefe46d07567a117451502b004344c3fc052700a1a /pkgs/development/python-modules/pytest-order
parent4b46a593ef0a6b546f2c32b9be838c7aa6c4e97e (diff)
python3Packages.pytest-order: 1.0.0 -> 1.0.1
https://github.com/pytest-dev/pytest-order/releases/tag/v1.0.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-order')
-rw-r--r--pkgs/development/python-modules/pytest-order/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-order/default.nix b/pkgs/development/python-modules/pytest-order/default.nix
index a49c958c3fcc8..e40e0671bc039 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 = "1.0.0";
+  version = "1.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-WZeiYrMSNO67Rh+anvJGh79zICm0mYRaQ5i2nttawyE=";
+    sha256 = "sha256-Xda5KfvX6qbQ7gdYb2XGI7q7Cv5ytIQ8XxUFXWs7Gx8=";
   };
 
   buildInputs = [ pytest ];