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 (define-public python-django-gravatar2
(package (package
(name "python-django-gravatar2") (name "python-django-gravatar2")
(version "1.4.2") (version "1.4.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "django-gravatar2" version)) (uri (pypi-uri "django-gravatar2" version))
(sha256 (sha256
(base32 (base32
"1qsv40xywbqsf4mkrmsswrpzqd7nfljxpfiim9an2z3dykn5rka6")))) "1vn921fb6jjx7rf5dzhy66rkb71nwmh9ydd0xs9ys72icw4jh4y8"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(;; TODO: The django project for the tests is missing from the release. '(;; TODO: The django project for the tests is missing from the release.