mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-easy-thumbnails: Update to 2.10.1.
* gnu/packages/django.scm (python-easy-thumbnails): Update to 2.10.1. [native-inputs]: Remove python-wheel; add tzdata-for-tests. Change-Id: I71918634c6df88f91cd2a8af01cc8b146f4620ba Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
772ffdc5c6
commit
85df6faf4a
1 changed files with 3 additions and 3 deletions
|
|
@ -569,14 +569,14 @@ when coding custom template tags.")
|
|||
(define-public python-easy-thumbnails
|
||||
(package
|
||||
(name "python-easy-thumbnails")
|
||||
(version "2.10")
|
||||
(version "2.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "easy_thumbnails" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xafj3lh4841y960wq6lnw31lbki8k84dvg5jqjdy7krrlplc2fh"))))
|
||||
"0bi25k1kf8gn954x6730cn76bidv7jdym8avmcsnqm47jgwsa2m5"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:test-flags '(list "--pyargs" "easy_thumbnails")))
|
||||
|
|
@ -587,7 +587,7 @@ when coding custom template tags.")
|
|||
python-pytest-django
|
||||
python-setuptools
|
||||
python-testfixtures
|
||||
python-wheel))
|
||||
tzdata-for-tests))
|
||||
(home-page "https://github.com/SmileyChris/easy-thumbnails")
|
||||
(synopsis "Easy thumbnails for Django")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue