Message ID | 20191224150524.26902-1-h.goebel@crazy-compilers.com |
---|---|
State | Accepted |
Headers | show |
Series | [bug#38732] gnu: poppler: Update to 0.83.0. | expand |
Looks good for core-updates On Tue, Dec 24, 2019 at 04:05:24PM +0100, Hartmut Goebel wrote: > * gnu/packages/pdf.scm (poppler): Update to 0.83.0. > --- > gnu/packages/pdf.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm > index ebe0168ff2..b5ce6e4c2c 100644 > --- a/gnu/packages/pdf.scm > +++ b/gnu/packages/pdf.scm > @@ -90,14 +90,14 @@ > (define-public poppler > (package > (name "poppler") > - (version "0.79.0") > + (version "0.83.0") > (source (origin > (method url-fetch) > (uri (string-append "https://poppler.freedesktop.org/poppler-" > version ".tar.xz")) > (sha256 > (base32 > - "1j18jlv1q6h21azb939gqjsgcbsh5qcd8dwxdmad54p5ixha91gr")))) > + "16vr1g5qsqwyxfnyikqw37i04x9zpp45far2x90c7qbijw6nap38")))) > (build-system cmake-build-system) > ;; FIXME: > ;; use libcurl: no > -- > 2.21.1 > > > >
Pushed as 7681436bfd9c3b6d9b8d18a1c81102d14378cbe8 Thanks for the review.
Hartmut Goebel <h.goebel@crazy-compilers.com> writes: > Pushed as 7681436bfd9c3b6d9b8d18a1c81102d14378cbe8 > > Thanks for the review. Note: 'texlive-bin' fails to build with this change, which in turn breaks Guix and a lot of other packages. By pushing this change, you automatically volunteered to fix it ;-) See <https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00163.html> for a description of what is required. I don't know whether Andreas (CC'd) is still working on it.
Am 26.12.19 um 16:02 schrieb Marius Bakke:
> By pushing this change, you automatically volunteered to fix it ;-)
Sorry, I will not have time for working on this. Please feel free to
revert the patch.
Hartmut Goebel <h.goebel@crazy-compilers.com> writes: > Am 26.12.19 um 16:02 schrieb Marius Bakke: >> By pushing this change, you automatically volunteered to fix it ;-) > > Sorry, I will not have time for working on this. Please feel free to > revert the patch. I reverted it for now. (also, I forgot to mention this bug in the revert, whoops!)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index ebe0168ff2..b5ce6e4c2c 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -90,14 +90,14 @@ (define-public poppler (package (name "poppler") - (version "0.79.0") + (version "0.83.0") (source (origin (method url-fetch) (uri (string-append "https://poppler.freedesktop.org/poppler-" version ".tar.xz")) (sha256 (base32 - "1j18jlv1q6h21azb939gqjsgcbsh5qcd8dwxdmad54p5ixha91gr")))) + "16vr1g5qsqwyxfnyikqw37i04x9zpp45far2x90c7qbijw6nap38")))) (build-system cmake-build-system) ;; FIXME: ;; use libcurl: no