summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-02-17 12:48:56 +0100
committerPeter Simons <simons@cryp.to>2014-02-17 16:41:10 +0100
commit95b1e11618d127a95f74c8e4482d63b5f5c2bd68 (patch)
treeef5782fd9a6812ca2942484c56a5477217a1daaf
parent641891a7c4749a82dc93668eb89e3168e83201d3 (diff)
haskell-network-protocol-xmpp: update to version 0.4.6
-rw-r--r--pkgs/development/libraries/haskell/network-protocol-xmpp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/network-protocol-xmpp/default.nix b/pkgs/development/libraries/haskell/network-protocol-xmpp/default.nix
index 910d2cc6774b..cd56082d8b54 100644
--- a/pkgs/development/libraries/haskell/network-protocol-xmpp/default.nix
+++ b/pkgs/development/libraries/haskell/network-protocol-xmpp/default.nix
@@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "network-protocol-xmpp";
- version = "0.4.5";
- sha256 = "1phnd9nygpc8gmyriwaqjnvygxi5zg4nx2i1m3vwwxql221420gg";
+ version = "0.4.6";
+ sha256 = "0xmafjz11v2dlbyg2ny90ycz315s23yprdpxz3l06igjxw6h3v6n";
buildDepends = [
gnuidn gnutls gsasl libxmlSax monadsTf network text transformers
xmlTypes