tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python: diff-match-patch: 20181111 -> 20200713
Frederik Rietdijk
5 years ago
d37accc0
200752d5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
diff-match-patch
default.nix
+2
-2
pkgs/development/python-modules/diff-match-patch/default.nix
reviewed
···
2
2
3
3
buildPythonPackage rec {
4
4
pname = "diff-match-patch";
5
5
-
version = "20181111";
5
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
15
-
sha256 = "a809a996d0f09b9bbd59e9bbd0b71eed8c807922512910e05cbd3f9480712ddb";
15
15
+
sha256 = "da6f5a01aa586df23dfc89f3827e1cafbb5420be9d87769eeb079ddfd9477a18";
16
16
};
17
17
18
18
checkPhase = ''