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

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:14 +01:00
parent b51b39965b
commit 4a1c2f1413

View File

@ -2,7 +2,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "diff-match-patch"; pname = "diff-match-patch";
version = "20121119"; version = "20181111";
meta = { meta = {
homepage = https://code.google.com/p/google-diff-match-patch/; homepage = https://code.google.com/p/google-diff-match-patch/;
@ -12,6 +12,6 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0k1f3v8nbidcmmrk65m7h8v41jqi37653za9fcs96y7jzc8mdflx"; sha256 = "a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb";
}; };
} }