summary refs log tree commit diff
path: root/pkgs/development/libraries/iso-codes
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-24 21:30:40 +0100
committerPeter Simons <simons@cryp.to>2014-02-24 22:04:40 +0100
commit4d7ee5246c4e5cb0d42b2fda971f528da4b15f3e (patch)
tree4e839b8035f126c2de22b4ea9c81fdd25ac2bc20 /pkgs/development/libraries/iso-codes
parent01aaf816c937d90fefca4e68703ecb9fb5650926 (diff)
downloadnixpkgs-4d7ee5246c4e5cb0d42b2fda971f528da4b15f3e.tar
nixpkgs-4d7ee5246c4e5cb0d42b2fda971f528da4b15f3e.tar.gz
nixpkgs-4d7ee5246c4e5cb0d42b2fda971f528da4b15f3e.tar.bz2
nixpkgs-4d7ee5246c4e5cb0d42b2fda971f528da4b15f3e.tar.lz
nixpkgs-4d7ee5246c4e5cb0d42b2fda971f528da4b15f3e.tar.xz
nixpkgs-4d7ee5246c4e5cb0d42b2fda971f528da4b15f3e.tar.zst
nixpkgs-4d7ee5246c4e5cb0d42b2fda971f528da4b15f3e.zip
isocodes: update from 3.49 to 3.51
Diffstat (limited to 'pkgs/development/libraries/iso-codes')
-rw-r--r--pkgs/development/libraries/iso-codes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/iso-codes/default.nix b/pkgs/development/libraries/iso-codes/default.nix
index 3c408e6bc78..987e1a25d35 100644
--- a/pkgs/development/libraries/iso-codes/default.nix
+++ b/pkgs/development/libraries/iso-codes/default.nix
@@ -1,10 +1,10 @@
 {stdenv, fetchurl, gettext, python, xz}:
 
 stdenv.mkDerivation rec {
-  name = "iso-codes-3.49";
+  name = "iso-codes-3.51";
   src = fetchurl {
     url = "http://pkg-isocodes.alioth.debian.org/downloads/${name}.tar.xz";
-    sha256 = "1ryk5i467p7xxrbrqynb35ci046yj9k9b4d3hfxzass962lz9q04";
+    sha256 = "0zyp99l4m8cd6301x8zi3xxhziam6v0ic1h8qxb1l0mcjafzf8jj";
   };
   patchPhase = ''
     for i in `find . -name \*.py`