guix-commits
[Top][All Lists]
Advanced

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

66/75: gnu: qpdf: Update to 11.8.0.


From: guix-commits
Subject: 66/75: gnu: qpdf: Update to 11.8.0.
Date: Sun, 21 Jan 2024 13:21:51 -0500 (EST)

apteryx pushed a commit to branch core-updates
in repository guix.

commit aaf50c1cedcf5cf6a4c8578219842955f5328922
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Jan 20 23:32:21 2024 -0500

    gnu: qpdf: Update to 11.8.0.
    
    * gnu/packages/pdf.scm (qpdf): Update to 11.8.0.
    [home-page]: Update URL.
    
    Change-Id: I79b158436b3b1221f5c7fc3767878afd3f13c5bd
---
 gnu/packages/pdf.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 98d8607f65..7a31f435ad 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -20,7 +20,7 @@
 ;;; Copyright © 2020-2023 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
-;;; Copyright © 2020, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020, 2022, 2023, 2024 Maxim Cournoyer 
<maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
@@ -926,14 +926,14 @@ line tools for batch rendering @command{pdfdraw}, 
rewriting files
 (define-public qpdf
   (package
     (name "qpdf")
-    (version "11.3.0")
+    (version "11.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/qpdf/qpdf/" version
                                   "/qpdf-" version ".tar.gz"))
               (sha256
                (base32
-                "0vlk0cx7ldinipv620wmmbiwyj68p4npvr8p97pw9dbpvrkywz2l"))))
+                "0n8jfk4yf0m36rs9lg82pj9lv6pdqpfh8mhacc1ih9ahpigiycnr"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags #~'("-DBUILD_STATIC_LIBS=OFF")))
@@ -952,7 +952,7 @@ program capable of converting PDF into other formats.")
     ;; Prior to the 7.0 release, QPDF was licensed under Artistic 2.0.
     ;; Users can still choose to use the old license at their option.
     (license (list license:asl2.0 license:clarified-artistic))
-    (home-page "https://qpdf.sourceforge.net/";)))
+    (home-page "https://qpdf.sourceforge.io/";)))
 
 (define-public qpdfview
   (package



reply via email to

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