mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: python-pikepdf: Update to 2.11.4.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.11.4.
This commit is contained in:
parent
00c06f3aae
commit
510fbf7f93
1 changed files with 2 additions and 2 deletions
|
@ -5936,13 +5936,13 @@ the OleFileIO module from PIL, the Python Image Library.")
|
|||
(define-public python-pikepdf
|
||||
(package
|
||||
(name "python-pikepdf")
|
||||
(version "2.11.2")
|
||||
(version "2.11.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pikepdf" version))
|
||||
(sha256
|
||||
(base32 "0zj8margmn39jad2398m0j6kbjq94j96mpdsp8kj9mhjpxza0n09"))))
|
||||
(base32 "0kd5ydnsmlikkg69r255wvq4vy7plh7dx077s2saly5s5vdcqlkk"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #false)) ;require python-xmp-toolkit
|
||||
|
|
Loading…
Reference in a new issue