3
0
Fork 0
forked from mirrors/nixpkgs

icdiff: 1.9.0 -> 1.9.1

This commit is contained in:
Aneesh Agrawal 2018-01-06 22:14:36 -08:00
parent b85c083c99
commit f899d96a1d

View file

@ -2,13 +2,13 @@
pythonPackages.buildPythonApplication rec {
name = "icdiff-${version}";
version = "1.9.0";
version = "1.9.1";
src = fetchFromGitHub {
owner = "jeffkaufman";
repo = "icdiff";
rev = "release-${version}";
sha256 = "03gcgj3xsqasvgkr8r0q1ljbw2kd2xmfb21qpxhk9lqqm2gl11sv";
sha256 = "0ffn5kq7dwvrimxgpj9ksym36c18md8nsdps82qzhm1xq7p9w9yb";
};
meta = with stdenv.lib; {