gnu: python-imagesize: Fix typo.

* gnu/packages/python.scm (python-imagesize)[synopsis]: Remove stray character.
This commit is contained in:
Marius Bakke 2018-08-21 06:18:29 +02:00
parent 4c36fc7051
commit 26aef5e956
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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.")