summary refs log tree commit diff
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2013-07-04 20:26:06 +0200
committerRok Garbas <rok@garbas.si>2013-07-04 20:26:06 +0200
commit53f6bd73ad27d21131aa315efa91a6c6aa60fa8b (patch)
treeedd2871884bd6c5b7ab163482f8ad4f7d4c998e3
parentc222c31745ae7044148c35ca3456ab43137d07e9 (diff)
downloadnixlib-53f6bd73ad27d21131aa315efa91a6c6aa60fa8b.tar
nixlib-53f6bd73ad27d21131aa315efa91a6c6aa60fa8b.tar.gz
nixlib-53f6bd73ad27d21131aa315efa91a6c6aa60fa8b.tar.bz2
nixlib-53f6bd73ad27d21131aa315efa91a6c6aa60fa8b.tar.lz
nixlib-53f6bd73ad27d21131aa315efa91a6c6aa60fa8b.tar.xz
nixlib-53f6bd73ad27d21131aa315efa91a6c6aa60fa8b.tar.zst
nixlib-53f6bd73ad27d21131aa315efa91a6c6aa60fa8b.zip
plone: updating plone.app.discussion to 2.2.7
-rw-r--r--pkgs/development/web/plone/4.3.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/web/plone/4.3.nix b/pkgs/development/web/plone/4.3.nix
index badd213daf62..0eac538951d9 100644
--- a/pkgs/development/web/plone/4.3.nix
+++ b/pkgs/development/web/plone/4.3.nix
@@ -3092,10 +3092,10 @@ let plone43Packages = pythonPackages.python.modules // rec {
   };
 
   plone_app_discussion = buildPythonPackage rec {
-    name = "plone.app.discussion-2.2.6";
+    name = "plone.app.discussion-2.2.7";
     src = fetchurl {
-      url = "https://pypi.python.org/packages/source/p/plone.app.discussion/plone.app.discussion-2.2.6.zip";
-      md5 = "36cf9cd22119282f49facd03fb3c2632";
+      url = "https://pypi.python.org/packages/source/p/plone.app.discussion/plone.app.discussion-2.2.7.tar.gz";
+      md5 = "47e2713140dbbcd6dd9c3fa6dbd17fd0";
     };
     buildInputs = [ pkgs.unzip ];
     propagatedBuildInputs = [ plone_app_uuid zope_site plone_indexer collective_monkeypatcher zope_interface plone_app_z3cform zope_container plone_app_layout plone_z3cform plone_app_registry zope_component zodb3 zope_event setuptools z3c_form zope_lifecycleevent zope_annotation plone_registry ];