nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

+2 -2
+2 -2
pkgs/development/python-modules/diff-match-patch/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "diff-match-patch"; 5 - version = "20181111"; 5 + version = "20200713"; 6 6 7 7 meta = { 8 8 homepage = "https://github.com/diff-match-patch-python/diff-match-patch"; ··· 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb"; 15 + sha256 = "da6f5a01aa586df23dfc89f3827e1cafbb5420be9d87769eeb079ddfd9477a18"; 16 16 }; 17 17 18 18 checkPhase = ''