1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #49977 from r-ryantm/auto-update/python3.6-pytest-repeat

python36Packages.pytest-repeat: 0.6.0 -> 0.7.0
This commit is contained in:
Jörg Thalheim 2018-11-09 23:57:44 +00:00 committed by GitHub
commit 439fcdc056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "pytest-repeat";
version = "0.6.0";
version = "0.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "84aba2fcca5dc2f32ae626a01708f469f17b3384ec3d1f507698077f274909d6";
sha256 = "0axbrpqal3cqw9zq6dakdbg49pnf5gvyvq6yn93hp1ayc7fnhzk3";
};
buildInputs = [ setuptools_scm pytest ];