mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
python37Packages.pytest_6: 6.1.1 -> 6.1.2
This commit is contained in:
parent
5eaa17ae4d
commit
e552d657c3
@ -21,14 +21,14 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "6.1.1";
|
||||
version = "6.1.2";
|
||||
pname = "pytest";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "8f593023c1a0f916110285b6efd7f99db07d59546e3d8c36fc60e2ab05d3be92";
|
||||
sha256 = "c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e";
|
||||
};
|
||||
|
||||
checkInputs = [ hypothesis pygments ];
|
||||
|
Loading…
Reference in New Issue
Block a user