1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-Chart-cairo: update to version 1.2.2

This commit is contained in:
Peter Simons 2014-04-08 13:29:45 +02:00
parent 23c7a249d3
commit 9553141e21

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "Chart-cairo";
version = "1.2";
sha256 = "08aaf7yb2vry75g15md2012rnmyfrn7awwvba7c38d4h6vm95llg";
version = "1.2.2";
sha256 = "1bbi5bvrh8wmgzv5am5ndgdr68gd68ipparkkk9ld4majwf4vm6w";
buildDepends = [
cairo Chart colour dataDefaultClass lens mtl operational time
];