summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-arraydiff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-01-13 16:58:48 -0800
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:19 +0100
commitd079be0ced2647e1acd55a87fe9e8592890f3ef3 (patch)
tree0979e5e0303354be9abd9b199a3091596d453304 /pkgs/development/python-modules/pytest-arraydiff
parentbd1f65b61761768eea482231044082d1edf1e70c (diff)
python3Packages.pytest-arraydiff: 0.3 -> 0.5.0
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 bfbec757b1d7..cc1b1ab56c12 100644
--- a/pkgs/development/python-modules/pytest-arraydiff/default.nix
+++ b/pkgs/development/python-modules/pytest-arraydiff/default.nix
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "pytest-arraydiff";
- version = "0.3";
+ version = "0.5.0";
src = fetchPypi {
inherit pname version;
- sha256 = "de2d62f53ecc107ed754d70d562adfa7573677a263216a7f19aa332f20dc6c15";
+ sha256 = "714149beffd0dfa085477c65791c1139b619602b049536353ce1a91397fb3bd2";
};
buildInputs = [ pytest ];