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


From: guix-commits
Subject: branch master updated: gnu: python-pikepdf: Update to 2.14.1.
Date: Wed, 07 Jul 2021 18:03:52 -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 ac34449  gnu: python-pikepdf: Update to 2.14.1.
ac34449 is described below

commit ac3444968a8a081c17208ee6a9016f46b011167c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jul 8 00:03:17 2021 +0200

    gnu: python-pikepdf: Update to 2.14.1.
    
    * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.1.
---
 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 aa24062..f16bff4 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.13.0")
+    (version "2.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pikepdf" version))
        (sha256
-        (base32 "1di5bbh2mr8m1aydky8ix12pkybrd0cvs8xqf5s2y1xa349r514l"))))
+        (base32 "0lr7dj8mq0mpc0wlkzv8wkx7ls7dwjdhikpj0gjvwfal912v88gg"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #false))                ;require python-xmp-toolkit



reply via email to

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