Skip to content

Commit

Permalink
babl: 0.1.12 -> 0.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and vbgl committed Mar 16, 2017
1 parent 00ed0f7 commit 14315cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/libraries/babl/default.nix
@@ -1,17 +1,17 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "babl-0.1.12";
name = "babl-0.1.24";

src = fetchurl {
url = "http://ftp.gtk.org/pub/babl/0.1/${name}.tar.bz2";
sha256 = "01x4an6zixrhn0vibkxpcb7gg348gadydq8gpw82rdqp39zjp01g";
sha256 = "02wxyaa9kjfypmg31avp2dxh16sfx9701ww6dmp0ggz5vnng2as7";
};

meta = {
meta = with stdenv.lib; {
description = "Image pixel format conversion library";
homepage = http://gegl.org/babl/;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.unix;
license = licenses.gpl3;
platforms = platforms.unix;
};
}

0 comments on commit 14315cf

Please sign in to comment.