gnu: python-django-gravatar2: Update to 1.4.4.
* gnu/packages/django.scm (python-django-gravatar2): Update to 1.4.4.master
parent
5495e880a6
commit
384aa00c7d
|
@ -532,14 +532,14 @@ request and response as a toolbar on the rendered page.")
|
||||||
(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.
|
||||||
|
|
Reference in New Issue