Merge pull request #297497 from r-ryantm/auto-update/python311Packages.approvaltests

python311Packages.approvaltests: 11.1.1 -> 11.1.2
This commit is contained in:
Mario Rodas 2024-03-21 05:03:34 -05:00 committed by GitHub
commit c2b7425324
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "approvaltests";
version = "11.1.1";
version = "11.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "approvals";
repo = "ApprovalTests.Python";
rev = "refs/tags/v${version}";
hash = "sha256-kVGCAht3ZP6ENhFJG3LoYs6PTH7OSNoj/h5QACwjKG8=";
hash = "sha256-VM4TP98bS9NmhxZz+YHMJrHKr5g6E6aYidxjKQyXp7k=";
};
nativeBuildInputs = [