3
0
Fork 0
forked from mirrors/nixpkgs

haskell-xdot: update to version 0.2.3.1

This commit is contained in:
Peter Simons 2013-05-30 11:01:49 +02:00
parent 7c46aed8d9
commit 496c7cfa62

View file

@ -2,10 +2,9 @@
cabal.mkDerivation (self: {
pname = "xdot";
version = "0.2.3";
sha256 = "0xb8igsqydiw1w00frn4mxkflhxkayif2vivxmq5fk53am2f43wy";
version = "0.2.3.1";
sha256 = "1gricrnssxgzaq1z7nnyppmz284nix0m89477x22mal125pkcf7n";
buildDepends = [ cairo graphviz gtk mtl polyparse text ];
jailbreak = true;
meta = {
description = "Parse Graphviz xdot files and interactively view them using GTK and Cairo";
license = self.stdenv.lib.licenses.bsd3;