summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-arraydiff
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pytest-arraydiff')
-rw-r--r--pkgs/development/python-modules/pytest-arraydiff/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-arraydiff/default.nix b/pkgs/development/python-modules/pytest-arraydiff/default.nix
index 4a4f09fd683d..2fc73552d549 100644
--- a/pkgs/development/python-modules/pytest-arraydiff/default.nix
+++ b/pkgs/development/python-modules/pytest-arraydiff/default.nix
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pytest-arraydiff";
- version = "0.5.0";
+ version = "0.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
- sha256 = "714149beffd0dfa085477c65791c1139b619602b049536353ce1a91397fb3bd2";
+ sha256 = "sha256-KTexRQ/JNWIPJHCdh9QMZ+BVoEPXuFQaJf36mU3aZ94=";
};
nativeBuildInputs = [