guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: Revert "gnu: qpdf: Update to 11.9.1."


From: guix-commits
Subject: branch master updated: Revert "gnu: qpdf: Update to 11.9.1."
Date: Sun, 19 Jan 2025 04:22:06 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dbe1711a3a Revert "gnu: qpdf: Update to 11.9.1."
dbe1711a3a is described below

commit dbe1711a3a8aa4d6e1bef8285270e07579a74f19
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 19 11:21:15 2025 +0200

    Revert "gnu: qpdf: Update to 11.9.1."
    
    This reverts commit 2804ca7cb7012dcb6c4226c5445b9a23c84f356b.
    
    This commit causes more than 4000 rebuilds per architecture.
---
 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 6938eef67d..f1e72ecc57 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -933,14 +933,14 @@ line tools for batch rendering @command{pdfdraw}, 
rewriting files
 (define-public qpdf
   (package
     (name "qpdf")
-    (version "11.9.1")
+    (version "11.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                   "/qpdf-" version ".tar.gz"))
               (sha256
                (base32
-                "1l8k1ls5kclizrglay3r64i9dgckvksjwxxr8v0jfyjnz54d591b"))))
+                "0n8jfk4yf0m36rs9lg82pj9lv6pdqpfh8mhacc1ih9ahpigiycnr"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags #~'("-DBUILD_STATIC_LIBS=OFF")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]