Merge pull request #244560 from fabaff/syrupy-bump

python311Packages.syrupy: 4.0.2 -> 4.0.7
This commit is contained in:
Mario Rodas 2023-08-07 10:40:49 -05:00 committed by GitHub
commit cf1e2f30b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "syrupy";
version = "4.0.2";
version = "4.0.8";
format = "pyproject";
disabled = pythonOlder "3.8.1";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tophat";
repo = "syrupy";
rev = "refs/tags/v${version}";
hash = "sha256-luYYh6L7UxW8wkp1zxR0EOmyTj0mIZ6Miy6HcVHebo4=";
hash = "sha256-qUKOZHkpQmeS/QELRf1FoUniaHs/gYyOtsBCFOidx4g=";
};
nativeBuildInputs = [
@ -46,6 +46,8 @@ buildPythonPackage rec {
runHook postCheck
'';
pythonImportsCheck = [ "syrupy" ];
meta = with lib; {
changelog = "https://github.com/tophat/syrupy/releases/tag/v${version}";
description = "Pytest Snapshot Test Utility";