isocodes: update from 3.40 to 3.49
This commit is contained in:
parent
d315309339
commit
14e0d3d693
@ -1,10 +1,10 @@
|
|||||||
{stdenv, fetchurl, gettext, python, xz}:
|
{stdenv, fetchurl, gettext, python, xz}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iso-codes-3.40";
|
name = "iso-codes-3.49";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pkg-isocodes.alioth.debian.org/downloads/${name}.tar.xz";
|
url = "http://pkg-isocodes.alioth.debian.org/downloads/${name}.tar.xz";
|
||||||
sha256 = "0iph96n8vh4khidxg2zzhmcqnphfzg50agn0lv9cjhmnx0i712pr";
|
sha256 = "1ryk5i467p7xxrbrqynb35ci046yj9k9b4d3hfxzass962lz9q04";
|
||||||
};
|
};
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
for i in `find . -name \*.py`
|
for i in `find . -name \*.py`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user