python310Packages.syrupy: 4.0.1 -> 4.0.2

Diff: https://github.com/tophat/syrupy/compare/refs/tags/v4.0.1...v4.0.2

Changelog: https://github.com/tophat/syrupy/releases/tag/v4.0.2
This commit is contained in:
Fabian Affolter 2023-04-27 01:03:20 +02:00
parent df542baf1e
commit 24cea5a7f9

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "syrupy";
version = "4.0.1";
version = "4.0.2";
format = "pyproject";
disabled = pythonOlder "3.8.1";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "tophat";
repo = "syrupy";
rev = "refs/tags/v${version}";
hash = "sha256-BL1Z1hPMwU1duAZb3ZTWWKS/XGv8RJ6/4YoBhktd5NE=";
hash = "sha256-luYYh6L7UxW8wkp1zxR0EOmyTj0mIZ6Miy6HcVHebo4=";
};
nativeBuildInputs = [