mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-hxt-charproperties: update to version 9.1.1.1
This commit is contained in:
parent
8932a889bc
commit
cc38b2c948
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hxt-charproperties";
|
pname = "hxt-charproperties";
|
||||||
version = "9.1.1";
|
version = "9.1.1.1";
|
||||||
sha256 = "14xv0q1hh0k8lgispc4fa49cvyg9s7936kp42vr9b0pyd1q4zid8";
|
sha256 = "1a8cmswqysd0fpq6bpszav5cqpibnad49mbcswvrwipk28x3j078";
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
||||||
description = "Character properties and classes for XML and Unicode";
|
description = "Character properties and classes for XML and Unicode";
|
||||||
license = "unknown";
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user