guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: python-pikepdf: Update to 3.0.0."


From: guix-commits
Subject: branch master updated: Revert "gnu: python-pikepdf: Update to 3.0.0."
Date: Thu, 09 Sep 2021 17:41:38 -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 370d1cd  Revert "gnu: python-pikepdf: Update to 3.0.0."
370d1cd is described below

commit 370d1cdb61e1b9b5467d2aed4cab89c2a8e2a491
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Sep 9 23:40:34 2021 +0200

    Revert "gnu: python-pikepdf: Update to 3.0.0."
    
    This reverts commit 14bcd6804ffe14613847bf093cc451cedddb02cc. The library
    fails to build.
---
 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 97112e5..e98eec1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6439,13 +6439,13 @@ the OleFileIO module from PIL, the Python Image 
Library.")
 (define-public python-pikepdf
   (package
     (name "python-pikepdf")
-    (version "3.0.0")
+    (version "2.16.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pikepdf" version))
        (sha256
-        (base32 "0hw88971b1462c0f5fy7wb8iv4gjkpl314g6fnlsy8hb4dz965rw"))))
+        (base32 "1phdpi9cm2pbvgcxqvwr8ck327sxhdw4dnxmzhrbf7hzydmgykg2"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #false))                ;require python-xmp-toolkit



reply via email to

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