haskell-BoundedChan: update to version 1.0.3.0

This commit is contained in:
Peter Simons 2014-06-16 16:10:47 +02:00
parent 72dae9f3e0
commit ee1ff09e3b

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "BoundedChan";
version = "1.0.1.0";
sha256 = "1v4lmp3j8lzk1m2pv5l90j80y0c6yxm6gb1ww9ffsz2jxfzz8vd8";
version = "1.0.3.0";
sha256 = "0vf4mlw08n056g5256cf46m5xsijng5gvjx7ccm4r132gznyl72k";
meta = {
description = "Implementation of bounded channels";
license = self.stdenv.lib.licenses.bsd3;