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


From: guix-commits
Subject: branch master updated: gnu: python-pikepdf: Update to 2.14.2.
Date: Thu, 08 Jul 2021 09:11:10 -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 7705edf  gnu: python-pikepdf: Update to 2.14.2.
7705edf is described below

commit 7705edf39b6c9f09cb9353c65e3c6294f942a6c7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 8 15:10:45 2021 +0200

    gnu: python-pikepdf: Update to 2.14.2.
    
    * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.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 7fdd864..cca4d9a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6363,13 +6363,13 @@ the OleFileIO module from PIL, the Python Image 
Library.")
 (define-public python-pikepdf
   (package
     (name "python-pikepdf")
-    (version "2.14.1")
+    (version "2.14.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pikepdf" version))
        (sha256
-        (base32 "0lr7dj8mq0mpc0wlkzv8wkx7ls7dwjdhikpj0gjvwfal912v88gg"))))
+        (base32 "01f173af5j0fmrzg6czfr92d331bqdbs3dkch7p41ykyv4fsv6kn"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #false))                ;require python-xmp-toolkit



reply via email to

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