haskell-hs-bibutils: update to version 4.14

This commit is contained in:
Peter Simons 2012-09-27 12:21:07 +02:00
parent 9ec744961f
commit 219109de4e

View File

@ -2,11 +2,11 @@
cabal.mkDerivation (self: {
pname = "hs-bibutils";
version = "4.12";
sha256 = "0akxi69as7k5c0955yla9wcl1xvcvgzpzy3p1jj781w1lf89p537";
version = "4.14";
sha256 = "1icdaayahwgfmckd93k26kic2wdgyl65lv08rnwydsi5vlqww32x";
buildDepends = [ syb ];
meta = {
homepage = "http://code.haskell.org/hs-bibutils";
homepage = "http://gorgias.mine.nu/repos/hs-bibutils/";
description = "Haskell bindings to bibutils, the bibliography conversion utilities";
license = "GPL";
platforms = self.ghc.meta.platforms;