mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: python-pikepdf: Update to 2.14.2.
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.14.2.
This commit is contained in:
parent
95438b7a75
commit
7705edf39b
1 changed files with 2 additions and 2 deletions
|
@ -6363,13 +6363,13 @@ the OleFileIO module from PIL, the Python Image Library.")
|
||||||
(define-public python-pikepdf
|
(define-public python-pikepdf
|
||||||
(package
|
(package
|
||||||
(name "python-pikepdf")
|
(name "python-pikepdf")
|
||||||
(version "2.14.1")
|
(version "2.14.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pikepdf" version))
|
(uri (pypi-uri "pikepdf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lr7dj8mq0mpc0wlkzv8wkx7ls7dwjdhikpj0gjvwfal912v88gg"))))
|
(base32 "01f173af5j0fmrzg6czfr92d331bqdbs3dkch7p41ykyv4fsv6kn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #false)) ;require python-xmp-toolkit
|
`(#:tests? #false)) ;require python-xmp-toolkit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue