python3Packages.deepdiff: 6.4.1 -> 6.7.1

https://github.com/seperman/deepdiff/releases/tag/6.7.1
This commit is contained in:
Martin Weinelt 2023-12-03 00:00:18 +01:00
parent 1417902314
commit 53a1194238
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "deepdiff";
version = "6.4.1";
version = "6.7.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "seperman";
repo = "deepdiff";
rev = "refs/tags/${version}";
hash = "sha256-oO5+ZCDgqonxaHR95tSrPkZDar/fzr1FXtl6J2W3PeU=";
hash = "sha256-YGYprSC5j06Ozg0dUJN5xnba0HUgiXa+d9Ci3czGWoY=";
};
postPatch = ''