[PATCH] gnu: zathura-pdf-mupdf: Update to 0.4.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal

Debbugs page

Sergey Trofimov wrote 11 months ago
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
aa28b088468bde2775036d9f2d113fce7942ea20.1713941365.git.sarg@sarg.org.ru
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.4.1.
---
gnu/packages/pdf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 0c83ff10e1..4e260d614d 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -618,7 +618,7 @@ (define-public zathura-djvu
(define-public zathura-pdf-mupdf
(package
(name "zathura-pdf-mupdf")
- (version "0.4.0")
+ (version "0.4.1")
(source (origin
(method url-fetch)
(uri
@@ -626,7 +626,7 @@ (define-public zathura-pdf-mupdf
"/download/zathura-pdf-mupdf-" version ".tar.xz"))
(sha256
(base32
- "0pcjxvlh4hls8mjhjghhhihyy2kza8l27wdx0yq4bkd1g1b5f74c"))))
+ "0bxc0b2bkzfc3mqv1g8wjvbvzv95lq34q641jdk2byi3clfs10pr"))))
(native-inputs (list pkg-config))
(inputs
(list gumbo-parser

base-commit: 83e6437e92ad056838fe170963d920d446d0e4db
--
2.41.0
Christopher Baines wrote 11 months ago
(name . Sergey Trofimov)(address . sarg@sarg.org.ru)(address . 70548-done@debbugs.gnu.org)
875xw4t745.fsf@cbaines.net
Sergey Trofimov <sarg@sarg.org.ru> writes:

Toggle quote (5 lines)
> * gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.4.1.
> ---
> gnu/packages/pdf.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Looks good to me, I've pushed this to master as
47248807fa6363aae4af8c8ed2207fbd776998cb.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYr17pfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xf9gg/9GLj4L0D66+Lr2T0DxxFsPUutAL5Zp9NE
VP72Duoyjut2d/14MzggrqN6L92lQDI4lNbDnPZCvLASRAal8YEY/jVgHuQ3tfrp
QYbuKYROTXGag3cWhUJJ13g/VQHcIoQVJ7UT+8NR3a1knqDnZwYxy5TC1yWc6MZg
WWX75gNYpm+ynWrhc8LkSGZLrWeHgyHsn4pLGVOoafBD8zVYix5K/Hst7Qpbf5vz
hG2wQIvBxvpuQI8X7vG/rP+qpQ/pe0tkHjrdNnigiyo4J9oJFo6/z3hL/JHWEJrn
pcf1u/Ddf6ufqka5vq7oT/WmAmDvg94G1q43wzEHA8ktjBtfpHqDYy5Md0etv0uq
iMz5aG8u1cWmJ60dsrf4S55d8Ybp+wMBH5JwdmDITBsP2C2J7YzJgEO8OpLlC2po
HODKlJzWmdwSnwqPwDWQemO9Zj2Ut/WKewdI3ERHL7YQb4C4U2tQaMASTN8JS5Lx
dPIve/QsJdxNTv6dj43ZsLrCLTYMm6sod1pMS6wA/y6lliq7Ttds9azQH7QgZ+9z
lSZK6aM4rAV6ELSBcSP6CsjuhvBj4osfhXL7GcOCjx0Kg2xFEOa82+vsmXSsCtUn
fowILuAgLhMzedIaZa88QIFurE2IjBFNMk1S+lkoPuoLQzB8P/cc7E5YiQCl17vb
4f11sV1yrvA=
=q669
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70548@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70548
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help