3
0
Fork 0
forked from mirrors/nixpkgs

librdf_rasqal: update from 0.9.30 to 0.9.31

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:50:41 +02:00 committed by Evgeny Egorochkin
parent fbc0c4ffcc
commit f0500be89a

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, librdf_raptor2, gmp, pkgconfig, pcre, libxml2 }:
stdenv.mkDerivation rec {
name = "rasqal-0.9.30";
name = "rasqal-0.9.31";
src = fetchurl {
url = "http://download.librdf.org/source/${name}.tar.gz";
sha256 = "1z8wifq79kivcwpwzmjnjdrbr65zam190gpxhgrvsyfch0yykw5b";
sha256 = "1vkzifr488i31vxdnykyf2aq87023vx4bag4d94b1rdhy74l7mr8";
};
nativeBuildInputs = [ pkgconfig ];