From 0223566f6ee116168818bd3c8d1dfd604991f703 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Wed, 8 May 2013 18:46:17 +0300 Subject: [PATCH] Calligra: bump to 2.5.5. Should be a bugfix release with no surprises. --- pkgs/applications/office/calligra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/office/calligra/default.nix b/pkgs/applications/office/calligra/default.nix index da2d166fc86..c1f5472f18f 100644 --- a/pkgs/applications/office/calligra/default.nix +++ b/pkgs/applications/office/calligra/default.nix @@ -4,7 +4,7 @@ , libkdcraw, libxslt, fftw, glew, gsl, shared_desktop_ontologies, okular }: stdenv.mkDerivation rec { - name = "calligra-2.5.0"; + name = "calligra-2.5.5"; src = fetchurl { url = "mirror://kde/stable/${name}/${name}.tar.bz2";