mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: python-imagesize: Update to 1.4.1.
* gnu/packages/python-xyz.scm (python-imagesize): Update to 1.4.1. [build-system]: Use pyproject-build-system.
This commit is contained in:
parent
1269e01d3e
commit
49982bb455
1 changed files with 10 additions and 10 deletions
|
@ -23618,20 +23618,20 @@ (define-public python-pefile
|
|||
(define-public python-imagesize
|
||||
(package
|
||||
(name "python-imagesize")
|
||||
(version "1.2.0")
|
||||
(version "1.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "imagesize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cd24x0vqbd6c8ym1n21qc0aj54mfb7rzdqglmwk9xxixajbbxmi"))))
|
||||
(build-system python-build-system)
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "imagesize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jndjx26p8qibrx997p3kb6vfbqbdxkv74jsrkav177vmx2085b9"))))
|
||||
(build-system pyproject-build-system)
|
||||
(home-page "https://github.com/shibukawa/imagesize_py")
|
||||
(synopsis "Gets image size of files in various formats in Python")
|
||||
(description
|
||||
"This package allows determination of image size from
|
||||
PNG, JPEG, JPEG2000 and GIF files in pure Python.")
|
||||
"This package allows determination of image size from PNG, JPEG,
|
||||
JPEG2000 and GIF files in pure Python.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-termstyle
|
||||
|
|
Loading…
Reference in a new issue