apteryx pushed a commit to branch master
in repository guix.

commit 21aa23d51424aeee241938aca6076475281f33b3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue May 20 17:52:54 2025 +0900

    gnu: sioyek: Build with current mupdf.
    
    * gnu/packages/pdf.scm (sioyek) [inputs]: Replace mupdf-1.24 with mupdf.
    
    Change-Id: I6fbc18f61db8efdc7fbd1f3d1561f84480cb9104
---
 gnu/packages/pdf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index a1c9da2c8a..56f7369841 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1821,7 +1821,7 @@ Keywords: html2pdf, htmltopdf")
            jbig2dec
            libjpeg-turbo
            mujs
-           mupdf-1.24
+           mupdf
            openjpeg
            qt3d-5
            qtbase-5

Reply via email to