aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/office/scribus
diff options
context:
space:
mode:
authorJustin Humm <justin.humm@posteo.de>2018-10-05 14:05:25 +0200
committerJustin Humm <justin.humm@posteo.de>2018-10-05 14:05:25 +0200
commit071d72a72287cc3ed39a8bcea478d9858529555f (patch)
treeac9acbadd96618aab75e12fdc3fb403def474638 /pkgs/applications/office/scribus
parent778dc453b6770b92b1fe59495ebad310c12c5d8a (diff)
scribus: 1.4.6 -> 1.4.7
Diffstat (limited to 'pkgs/applications/office/scribus')
-rw-r--r--pkgs/applications/office/scribus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/scribus/default.nix b/pkgs/applications/office/scribus/default.nix
index ac1bf18e9999..76bf7ac6893e 100644
--- a/pkgs/applications/office/scribus/default.nix
+++ b/pkgs/applications/office/scribus/default.nix
@@ -5,11 +5,11 @@
let
pythonEnv = python2.withPackages(ps: [ps.tkinter]);
in stdenv.mkDerivation rec {
- name = "scribus-1.4.6";
+ name = "scribus-1.4.7";
src = fetchurl {
url = "mirror://sourceforge/scribus/scribus/${name}.tar.xz";
- sha256 = "16m1g38dig37ag0zxjx3wk1rxx9xxzjqfc7prj89rp4y1m83dqr1";
+ sha256 = "1v2ziq3k0yjz35nk5plcbc1jpi53p9v1cq1z3spch9lwlns3bls2";
};
enableParallelBuilding = true;