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.10.0 [fixes CVE-


From: guix-commits
Subject: branch master updated: gnu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].
Date: Fri, 02 Apr 2021 13:08:52 -0400

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

lle_bout pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 68ed5de  gnu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].
68ed5de is described below

commit 68ed5de405a3570aff099ff1fd5fd238b5576fcd
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Fri Apr 2 18:42:05 2021 +0200

    gnu: python-pikepdf: Update to 2.10.0 [fixes CVE-2021-29421].
    
    * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.10.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 f2b1551..2a87667 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5856,13 +5856,13 @@ the OleFileIO module from PIL, the Python Image 
Library.")
 (define-public python-pikepdf
   (package
     (name "python-pikepdf")
-    (version "2.9.1")
+    (version "2.10.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pikepdf" version))
        (sha256
-        (base32 "1n53fhdgnq9yxvm2m039vl8l2kg3fkln3pm0wv4rzj0gvpq9rhcr"))))
+        (base32 "09wfj1hjvj3r9gv7ywrqd7h3d0bz64bvils8sm3ghj90jhalb03s"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #false))                ;require python-xmp-toolkit



reply via email to

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