python310Packages.deepdiff: 6.2.3 -> 6.3.0

Changelog: https://github.com/seperman/deepdiff/releases/tag/6.3.0
This commit is contained in:
Fabian Affolter 2023-04-15 19:58:33 +02:00
parent a54b28e7ab
commit fbd6730a98

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "deepdiff";
version = "6.2.3";
version = "6.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "seperman";
repo = "deepdiff";
rev = "refs/tags/${version}";
hash = "sha256-rlMksUi+R48fIEjVv2E3yOETDezTghZ8+Zsypu8fAnQ=";
hash = "sha256-txZ1X1J8DwueDRpLP3OuRA+S9hc5G3YCmEG+AS6ZAkI=";
};
postPatch = ''