mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 21:33:49 +00:00
python3Packages.pytest-arraydiff: 0.3 -> 0.5.0
This commit is contained in:
parent
bd1f65b617
commit
d079be0ced
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user