diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-12-03 00:02:23 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-12-20 20:45:05 +0100 |
| commit | 50714ed7553735c2a2b4e595d9acfc4ecf795e7e (patch) | |
| tree | 7d3d1f3fc803b639a8eeff6ac552a65551a2e57f /pkgs/development/python-modules/pytest-arraydiff | |
| parent | 51eac99b28003e06fd4128f5f690cab17234d364 (diff) | |
python3Packages.pytest-arraydiff: 0.5.0 -> 0.6.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-arraydiff')
| -rw-r--r-- | pkgs/development/python-modules/pytest-arraydiff/default.nix | 4 |
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 = [ |
