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

* gnu/packages/django.scm (python-django-gravatar2): Update to 1.4.5.

Change-Id: I6f366596efaf289fd3684dcfbbd8daf14ee24eff
This commit is contained in:
jgart 2025-02-19 16:29:23 -06:00
parent 9fc0fa9e92
commit fc93e59cf6
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -676,14 +676,14 @@ queries done via the Django ORM, SQLAlchemy generated queries are displayed.")
(define-public python-django-gravatar2
(package
(name "python-django-gravatar2")
(version "1.4.4")
(version "1.4.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-gravatar2" version))
(sha256
(base32
"1vn921fb6jjx7rf5dzhy66rkb71nwmh9ydd0xs9ys72icw4jh4y8"))))
"0r03m1qkh56g92x136xdq8n92mj7gbi1fh0djarxhp9rbr35dfrd"))))
(build-system python-build-system)
(arguments
'(;; TODO: The django project for the tests is missing from the release.