summary refs log tree commit diff
path: root/pkgs/development/libraries/iso-codes
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-08 19:54:34 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:23:27 +0200
commit408ddf0f564bdc9514e388b0d368bce7bd8a4a01 (patch)
treec7e3a8739a923b4d56d50098e93e7639f7eb09f5 /pkgs/development/libraries/iso-codes
parent29e38aeb9d512c19ee005dcd9e5dc38161f1f21c (diff)
downloadnixpkgs-408ddf0f564bdc9514e388b0d368bce7bd8a4a01.tar
nixpkgs-408ddf0f564bdc9514e388b0d368bce7bd8a4a01.tar.gz
nixpkgs-408ddf0f564bdc9514e388b0d368bce7bd8a4a01.tar.bz2
nixpkgs-408ddf0f564bdc9514e388b0d368bce7bd8a4a01.tar.lz
nixpkgs-408ddf0f564bdc9514e388b0d368bce7bd8a4a01.tar.xz
nixpkgs-408ddf0f564bdc9514e388b0d368bce7bd8a4a01.tar.zst
nixpkgs-408ddf0f564bdc9514e388b0d368bce7bd8a4a01.zip
isocodes: update from 3.51 to 3.56
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 987e1a25d35..9477aca5973 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.51";
+  name = "iso-codes-3.56";
   src = fetchurl {
     url = "http://pkg-isocodes.alioth.debian.org/downloads/${name}.tar.xz";
-    sha256 = "0zyp99l4m8cd6301x8zi3xxhziam6v0ic1h8qxb1l0mcjafzf8jj";
+    sha256 = "0vnfygd03jg21i7r238n450wy2hp354f3ank0v3k34zchbjydl2m";
   };
   patchPhase = ''
     for i in `find . -name \*.py`