3
0
Fork 0
forked from mirrors/nixpkgs

itstool: 1.2.0 -> 2.0.2 (#17189)

This commit is contained in:
Miguel Madrid 2016-07-23 00:32:43 +02:00 committed by Rok Garbas
parent 8816df20f3
commit b45ee066bc

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, python, libxml2Python }:
stdenv.mkDerivation rec {
name = "itstool-1.2.0";
name = "itstool-2.0.2";
src = fetchurl {
url = "http://files.itstool.org/itstool/${name}.tar.bz2";
sha256 = "1akq75aflihm3y7js8biy7b5mw2g11vl8yq90gydnwlwp0zxdzj6";
sha256 = "bf909fb59b11a646681a8534d5700fec99be83bb2c57badf8c1844512227033a";
};
buildInputs = [ python ];
buildInputs = [ python libxml2Python ];
patchPhase =
''