unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69866] [PATCH] gnu: mupdf: Update to 1.23.11.
@ 2024-03-17 17:45 Timotej Lazar
  2024-03-20 20:19 ` Skyler Ferris via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Timotej Lazar @ 2024-03-17 17:45 UTC (permalink / raw)
  To: 69866; +Cc: Timotej Lazar

* gnu/packages/pdf.scm (mupdf): Update to 1.23.11.

Change-Id: I6a4fe2b72b8346f5059d16474730a6b276fb0f1e
---
 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 efbfc92a38..0784111dae 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -830,14 +830,14 @@ (define-public python-pydyf
 (define-public mupdf
   (package
     (name "mupdf")
-    (version "1.23.10")
+    (version "1.23.11")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://mupdf.com/downloads/archive/"
                            "mupdf-" version "-source.tar.lz"))
        (sha256
-        (base32 "0p0smyfcziqrnp391l0pmpjca07075km0xlw20kd3hqa919lhq0i"))
+        (base32 "1kv44zqijkvljc9fcqmgb8zqkj7hmasga70fsz98aimmrfc2rmyv"))
        (modules '((guix build utils)
                   (ice-9 ftw)
                   (srfi srfi-1)))

base-commit: d1b6d77aaef3c2a7ecc930de1cce2b9ac20203bf
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#69866] [PATCH] gnu: mupdf: Update to 1.23.11.
  2024-03-17 17:45 [bug#69866] [PATCH] gnu: mupdf: Update to 1.23.11 Timotej Lazar
@ 2024-03-20 20:19 ` Skyler Ferris via Guix-patches via
  2024-03-20 21:11   ` Skyler Ferris via Guix-patches via
  2024-03-20 20:39 ` [bug#69866] control message for 69866 Skyler Ferris via Guix-patches via
  2024-03-22 10:31 ` bug#69866: [PATCH] gnu: mupdf: Update to 1.23.11 Ludovic Courtès
  2 siblings, 1 reply; 5+ messages in thread
From: Skyler Ferris via Guix-patches via @ 2024-03-20 20:19 UTC (permalink / raw)
  To: Timotej Lazar, 69866

On 3/17/24 10:45, Timotej Lazar wrote:
> * gnu/packages/pdf.scm (mupdf): Update to 1.23.11.
>
> Change-Id: I6a4fe2b72b8346f5059d16474730a6b276fb0f1e
> ---
>   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 efbfc92a38..0784111dae 100644
> --- a/gnu/packages/pdf.scm
> +++ b/gnu/packages/pdf.scm
> @@ -830,14 +830,14 @@ (define-public python-pydyf
>   (define-public mupdf
>     (package
>       (name "mupdf")
> -    (version "1.23.10")
> +    (version "1.23.11")
>       (source
>        (origin
>          (method url-fetch)
>          (uri (string-append "https://mupdf.com/downloads/archive/"
>                              "mupdf-" version "-source.tar.lz"))
>          (sha256
> -        (base32 "0p0smyfcziqrnp391l0pmpjca07075km0xlw20kd3hqa919lhq0i"))
> +        (base32 "1kv44zqijkvljc9fcqmgb8zqkj7hmasga70fsz98aimmrfc2rmyv"))
>          (modules '((guix build utils)
>                     (ice-9 ftw)
>                     (srfi srfi-1)))
>
> base-commit: d1b6d77aaef3c2a7ecc930de1cce2b9ac20203bf
> --
> 2.41.0

This LGTM.

QA reports that arcana-sdl is broken, but it was also broken before this 
patch. Looking at the CI logs, this package has been broken since March 
of 2023 
(https://ci.guix.gnu.org/search?query=arcan-sdl%20spec:master&border-high-id=635295). 
I'm going to open a separate bug to record what I looked at there, but I 
don't think that should be relevant to this patch. The other dependents 
build with this patch and it is not a major-version update.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#69866] control message for 69866
  2024-03-17 17:45 [bug#69866] [PATCH] gnu: mupdf: Update to 1.23.11 Timotej Lazar
  2024-03-20 20:19 ` Skyler Ferris via Guix-patches via
@ 2024-03-20 20:39 ` Skyler Ferris via Guix-patches via
  2024-03-22 10:31 ` bug#69866: [PATCH] gnu: mupdf: Update to 1.23.11 Ludovic Courtès
  2 siblings, 0 replies; 5+ messages in thread
From: Skyler Ferris via Guix-patches via @ 2024-03-20 20:39 UTC (permalink / raw)
  To: 69866

user guix
tags 69866 + reviewed-looks-good
quit





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#69866] [PATCH] gnu: mupdf: Update to 1.23.11.
  2024-03-20 20:19 ` Skyler Ferris via Guix-patches via
@ 2024-03-20 21:11   ` Skyler Ferris via Guix-patches via
  0 siblings, 0 replies; 5+ messages in thread
From: Skyler Ferris via Guix-patches via @ 2024-03-20 21:11 UTC (permalink / raw)
  To: Timotej Lazar, 69866

Notes about arcan-sdl can be found in issue 69922





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#69866: [PATCH] gnu: mupdf: Update to 1.23.11.
  2024-03-17 17:45 [bug#69866] [PATCH] gnu: mupdf: Update to 1.23.11 Timotej Lazar
  2024-03-20 20:19 ` Skyler Ferris via Guix-patches via
  2024-03-20 20:39 ` [bug#69866] control message for 69866 Skyler Ferris via Guix-patches via
@ 2024-03-22 10:31 ` Ludovic Courtès
  2 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2024-03-22 10:31 UTC (permalink / raw)
  To: Timotej Lazar; +Cc: 69866-done, Skyler Ferris

Hi,

Timotej Lazar <timotej.lazar@araneo.si> skribis:

> * gnu/packages/pdf.scm (mupdf): Update to 1.23.11.
>
> Change-Id: I6a4fe2b72b8346f5059d16474730a6b276fb0f1e

Applied, thank you, and thanks Skyler for reviewing!

Ludo’.




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-22 10:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-17 17:45 [bug#69866] [PATCH] gnu: mupdf: Update to 1.23.11 Timotej Lazar
2024-03-20 20:19 ` Skyler Ferris via Guix-patches via
2024-03-20 21:11   ` Skyler Ferris via Guix-patches via
2024-03-20 20:39 ` [bug#69866] control message for 69866 Skyler Ferris via Guix-patches via
2024-03-22 10:31 ` bug#69866: [PATCH] gnu: mupdf: Update to 1.23.11 Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).