M gnu-system.am => gnu-system.am +0 -1
@@ 276,7 276,6 @@ dist_patch_DATA = \
gnu/packages/patches/perl-no-sys-dirs.patch \
gnu/packages/patches/plotutils-libpng-jmpbuf.patch \
gnu/packages/patches/procps-make-3.82.patch \
- gnu/packages/patches/pspp-tests.patch \
gnu/packages/patches/pulseaudio-test-timeouts.patch \
gnu/packages/patches/pulseaudio-volume-test.patch \
gnu/packages/patches/python-fix-dbm.patch \
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -3
@@ 125,7 125,7 @@ LP/MIP solver is included in the package.")
(define-public pspp
(package
(name "pspp")
- (version "0.8.1")
+ (version "0.8.2")
(source
(origin
(method url-fetch)
@@ 133,8 133,7 @@ LP/MIP solver is included in the package.")
version ".tar.gz"))
(sha256
(base32
- "0qhxsdbwxd3cn1shc13wxvx2lg32lp4z6sz24kv3jz7p5xfi8j7x"))
- (patches (list (search-patch "pspp-tests.patch")))))
+ "1w7h3dglgx0jlq1wb605b8pgfsk2vr1q2q2rj7bsajh9ihbcsixr"))))
(build-system gnu-build-system)
(inputs
`(("cairo" ,cairo)
D gnu/packages/patches/pspp-tests.patch => gnu/packages/patches/pspp-tests.patch +0 -13
@@ 1,13 0,0 @@
-diff --git a/tests/output/render-test.c b/tests/output/render-test.c
-index 5f4c1da..e9df96c 100644
---- a/tests/output/render-test.c
-+++ b/tests/output/render-test.c
-@@ -142,7 +142,7 @@ configure_drivers (int width, int length)
- string_map_insert (&options, "left-margin", "0");
- string_map_insert (&options, "right-margin", "0");
- string_map_insert_nocopy (&options, xstrdup ("paper-size"),
-- xasprintf ("%dx%dpt", width * 5, length * 8));
-+ xasprintf ("%dx%dpt", width * 5, length * 16));
- driver = output_driver_create (&options);
- if (driver == NULL)
- exit (EXIT_FAILURE);