3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.approvaltests: 10.3.0 -> 10.4.0

This commit is contained in:
R. Ryantm 2024-02-12 07:31:57 +00:00
parent 4477ea4df7
commit 847f22d0c2

View file

@ -19,7 +19,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "approvaltests"; pname = "approvaltests";
version = "10.3.0"; version = "10.4.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "approvals"; owner = "approvals";
repo = "ApprovalTests.Python"; repo = "ApprovalTests.Python";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-1f0iTwLREF20Khkd4/xEfxXINJIpc4LfszsvCblS/yM="; hash = "sha256-/UsrUzCd4aYEQ4epZggk2O2esJCUG0DxRseK+s6yJd4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [