gnu: python-django-contrib-comments: Update to 1.9.2.

* gnu/packages/django.scm (python-django-contrib-comments): Update to 1.9.2.
This commit is contained in:
Marius Bakke 2020-09-01 13:27:09 +02:00
parent 3be81c85cf
commit 380b84f2ef
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -772,13 +772,13 @@ (define-public python2-django-contact-form
(define-public python-django-contrib-comments
(package
(name "python-django-contrib-comments")
(version "1.8.0")
(version "1.9.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "django-contrib-comments" version))
(sha256
(base32
"0bxsgw8jrkhg6r5s0z6ksfi4w8yknaqb1s9acmxd9pm3pnsnp5kx"))))
"0ccdiv784a5vnpfal36km4dyg12340rwhpr0riyy0k89wfnjn8yi"))))
(build-system python-build-system)
(propagated-inputs
`(("python-django" ,python-django)))