Merge pull request #226320 from fabaff/deepdiff-bump

python310Packages.deepdiff: 6.2.3 -> 6.3.0
This commit is contained in:
Robert Scott 2023-04-16 00:39:31 +01:00 committed by GitHub
commit c84c32026a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''