mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: python-imagesize: Fix typo.
* gnu/packages/python.scm (python-imagesize)[synopsis]: Remove stray character.
This commit is contained in:
parent
4c36fc7051
commit
26aef5e956
1 changed files with 1 additions and 1 deletions
|
@ -10364,7 +10364,7 @@ (define-public python-imagesize
|
|||
"05b3p62r7rbcvvbk5vknr3bhcq9b2airysn6ric534mng136wcjv"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/shibukawa/imagesize_py")
|
||||
(synopsis "Gets image size of files in variaous formats in Python")
|
||||
(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.")
|
||||
|
|
Loading…
Reference in a new issue