haskell-colour: updated to version 2.3.2
svn path=/nixpkgs/trunk/; revision=31033
This commit is contained in:
parent
569b33edbc
commit
cad2c575b4
@ -2,12 +2,12 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "colour";
|
||||
version = "2.3.1";
|
||||
sha256 = "58cf12b8abf7d01a752b1b778b64cc406903874702e3475d65c2aa35689fa49b";
|
||||
version = "2.3.2";
|
||||
sha256 = "1j0y8cfdzhzjid1hg50qvh5nsa6kfnxcwxaizxyk73z60dn8g9b6";
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Colour";
|
||||
description = "A model for human colour/color perception";
|
||||
license = "unknown";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
|
Loading…
Reference in New Issue
Block a user