From 40abe42d9cd96932cd9c8d9b23c22f0d5cee6e25 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 6 Aug 2023 04:20:00 +0000 Subject: [PATCH] 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 --- pkgs/development/python-modules/syrupy/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/syrupy/default.nix b/pkgs/development/python-modules/syrupy/default.nix index f99835242244..f48825b7c87f 100644 --- a/pkgs/development/python-modules/syrupy/default.nix +++ b/pkgs/development/python-modules/syrupy/default.nix @@ -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 = [