python3Packages.deepdiff: 6.7.1 -> 7.0.1

https://github.com/seperman/deepdiff/releases/tag/7.0.1
This commit is contained in:
Martin Weinelt
2024-06-19 05:05:18 +02:00
parent d072a2c209
commit 43c7c50717

View File

@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "deepdiff";
version = "6.7.1";
version = "7.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "seperman";
repo = "deepdiff";
rev = "refs/tags/${version}";
hash = "sha256-YGYprSC5j06Ozg0dUJN5xnba0HUgiXa+d9Ci3czGWoY=";
hash = "sha256-HqmAE5sLwyjyUahIUeRIJW0c5eliq/qEzE2FydHwc70=";
};
postPatch = ''