gnu: python-django-gravatar2: Update to 1.4.4.

* gnu/packages/django.scm (python-django-gravatar2): Update to 1.4.4.
This commit is contained in:
Marius Bakke 2020-09-01 12:35:16 +02:00
parent 5495e880a6
commit 384aa00c7d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -532,14 +532,14 @@ (define-public python-django-debug-toolbar
(define-public python-django-gravatar2
(package
(name "python-django-gravatar2")
(version "1.4.2")
(version "1.4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-gravatar2" version))
(sha256
(base32
"1qsv40xywbqsf4mkrmsswrpzqd7nfljxpfiim9an2z3dykn5rka6"))))
"1vn921fb6jjx7rf5dzhy66rkb71nwmh9ydd0xs9ys72icw4jh4y8"))))
(build-system python-build-system)
(arguments
'(;; TODO: The django project for the tests is missing from the release.