Merge pull request #193650 from r-ryantm/auto-update/python310Packages.pytest-check
python310Packages.pytest-check: 1.0.9 -> 1.0.10
This commit is contained in:
commit
cae4cf2772
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-check";
|
||||
version = "1.0.9";
|
||||
version = "1.0.10";
|
||||
format = "flit";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-zVMQTzpPw2RPcCi1XiOHZvbWWhKiB9MbzUyLoA2yP9k=";
|
||||
hash = "sha256-ng7c10Dyxb5qbO22TDkNl5wAzXg2eYrLO21sjtEBoio=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue