python: diff-match-patch: 20181111 -> 20200713

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:30:57 +02:00
parent 200752d517
commit d37accc0ee

View file

@ -2,7 +2,7 @@
buildPythonPackage rec {
pname = "diff-match-patch";
version = "20181111";
version = "20200713";
meta = {
homepage = "https://github.com/diff-match-patch-python/diff-match-patch";
@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb";
sha256 = "da6f5a01aa586df23dfc89f3827e1cafbb5420be9d87769eeb079ddfd9477a18";
};
checkPhase = ''