python310Packages.syrupy: 4.0.7 -> 4.0.8

Diff: https://github.com/tophat/syrupy/compare/refs/tags/v4.0.7...v4.0.8

Changelog: https://github.com/tophat/syrupy/releases/tag/v4.0.8
This commit is contained in:
Mario Rodas
2023-08-06 04:20:00 +00:00
parent 0829e0d626
commit 40abe42d9c
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "syrupy";
version = "4.0.7";
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-YEcItP5hmEOwoKurDhLnpDe1+fI5cAXXCv6UvizFejI=";
hash = "sha256-qUKOZHkpQmeS/QELRf1FoUniaHs/gYyOtsBCFOidx4g=";
};
nativeBuildInputs = [