Merge pull request #265385 from r-ryantm/auto-update/python310Packages.approvaltests

python310Packages.approvaltests: 9.0.0 -> 10.0.0
This commit is contained in:
Mario Rodas 2023-11-05 01:21:55 -05:00 committed by GitHub
commit eaca82ea93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "approvaltests";
version = "9.0.0";
version = "10.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "approvals";
repo = "ApprovalTests.Python";
rev = "refs/tags/v${version}";
hash = "sha256-tyUPXeMdFuzlBY/HrGHLDEwYngzBELayaVVfEh92lbE=";
hash = "sha256-3KorHpJUeWSJKVN/4IN0AqKOIL0sT5MaxkvQqpeilhw=";
};
propagatedBuildInputs = [