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.6.0.


From: guix-commits
Subject: branch master updated: gnu: python-pikepdf: Update to 2.6.0.
Date: Fri, 26 Feb 2021 03:51:43 -0500

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 3b37247  gnu: python-pikepdf: Update to 2.6.0.
3b37247 is described below

commit 3b3724760842f6ef95f6bbeeee67ae4237c54c8c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 26 09:50:44 2021 +0100

    gnu: python-pikepdf: Update to 2.6.0.
    
    * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.6.0.
---
 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 072cc3d..c10a55e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5807,13 +5807,13 @@ the OleFileIO module from PIL, the Python Image 
Library.")
 (define-public python-pikepdf
   (package
     (name "python-pikepdf")
-    (version "2.5.2")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pikepdf" version))
        (sha256
-        (base32 "1wwfspm912388a61lailbpjpqihq9ha8yz05mjqx9yys4ixykhwg"))))
+        (base32 "1y3nmwjv0in0gbbcq53myx3sjf5j18iy556zvq9d67bg73y7l9s2"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #false))                ;require python-xmp-toolkit



reply via email to

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