all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75213] [PATCH 0/1] gnu: qpdf: Update to 11.9.1.
@ 2024-12-30 21:06 Artyom V. Poptsov
  2024-12-30 21:08 ` [bug#75213] [PATCH 1/1] " Artyom V. Poptsov
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-12-30 21:06 UTC (permalink / raw)
  To: 75213; +Cc: Artyom V. Poptsov

This patch updates "qpdf" to 11.9.1.

I've tried to build the first-tier dependents of the package and everything
builds fine:

--8<---------------cut here---------------start------------->8---
./pre-inst-env guix build -P1 qpdf
guix build: computing dependents of package qpdf@11.9.1...
/gnu/store/0npa8qr82qh84dp8286hk7hd4zjkrslh-qpdf-11.9.1
/gnu/store/6aa2xa4vmzx961wnzgmj93cis8ks6n7h-r-qpdf-1.3.4
/gnu/store/n0nqqdqm77ag5v20xsxnrjqk25n3l1vg-cups-filters-1.28.16
/gnu/store/ka075gfr2qf14xl8wq10d2v1px31q0xk-python-pikepdf-7.2.0
--8<---------------cut here---------------end--------------->8---

Artyom V. Poptsov (1):
  gnu: qpdf: Update to 11.9.1.

 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 40b9f330662cdccfa3d279aecc2f447d39f858d4
-- 
2.47.1





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

* [bug#75213] [PATCH 1/1] gnu: qpdf: Update to 11.9.1.
  2024-12-30 21:06 [bug#75213] [PATCH 0/1] gnu: qpdf: Update to 11.9.1 Artyom V. Poptsov
@ 2024-12-30 21:08 ` Artyom V. Poptsov
  0 siblings, 0 replies; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-12-30 21:08 UTC (permalink / raw)
  To: 75213; +Cc: Artyom V. Poptsov

* gnu/packages/pdf.scm (qpdf): Update to 11.9.1.

Change-Id: Iecb4c7d127ffcb943a7704947410d78a6746bcf0
---
 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 3f9d6c409b..96136fb8ac 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -917,14 +917,14 @@ (define-public mupdf
 (define-public qpdf
   (package
     (name "qpdf")
-    (version "11.8.0")
+    (version "11.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                   "/qpdf-" version ".tar.gz"))
               (sha256
                (base32
-                "0n8jfk4yf0m36rs9lg82pj9lv6pdqpfh8mhacc1ih9ahpigiycnr"))))
+                "1l8k1ls5kclizrglay3r64i9dgckvksjwxxr8v0jfyjnz54d591b"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags #~'("-DBUILD_STATIC_LIBS=OFF")))
-- 
2.47.1





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

end of thread, other threads:[~2024-12-30 21:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-30 21:06 [bug#75213] [PATCH 0/1] gnu: qpdf: Update to 11.9.1 Artyom V. Poptsov
2024-12-30 21:08 ` [bug#75213] [PATCH 1/1] " Artyom V. Poptsov

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.