guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pikepdf: Update to 2.11.2.


From: guix-commits
Subject: branch master updated: gnu: python-pikepdf: Update to 2.11.2.
Date: Mon, 26 Apr 2021 12:33:33 -0400

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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 92e2249  gnu: python-pikepdf: Update to 2.11.2.
92e2249 is described below

commit 92e2249b1f5199644be1aaddc6dc023f6166386e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Apr 26 18:32:46 2021 +0200

    gnu: python-pikepdf: Update to 2.11.2.
    
    * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2d33597..6f64e3c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5936,13 +5936,13 @@ the OleFileIO module from PIL, the Python Image 
Library.")
 (define-public python-pikepdf
   (package
     (name "python-pikepdf")
-    (version "2.10.0")
+    (version "2.11.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pikepdf" version))
        (sha256
-        (base32 "09wfj1hjvj3r9gv7ywrqd7h3d0bz64bvils8sm3ghj90jhalb03s"))))
+        (base32 "0zj8margmn39jad2398m0j6kbjq94j96mpdsp8kj9mhjpxza0n09"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #false))                ;require python-xmp-toolkit



reply via email to

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