Merge pull request #236148 from r-ryantm/auto-update/python310Packages.pytest-testmon

python310Packages.pytest-testmon: 2.0.6 -> 2.0.8
This commit is contained in:
Nick Cao 2023-06-05 20:38:41 -06:00 committed by GitHub
commit bee7e94e33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pytest-testmon";
version = "2.0.6";
version = "2.0.8";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tarpas";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-hyWt5Dk8CK9b8DhcZGHFnHGAgIefvIoM3AjogZPY+i0=";
hash = "sha256-UMWcLNKPMlfPl2plSViRcKkgqYs23b3KdzexLHXq/+g=";
};
nativeBuildInputs = [