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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user