gnu: python-django-override-storage: Update to 0.1.6.

* gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-14 23:16:42 +02:00
parent 19181820bc
commit 373403bb6a
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1008,14 +1008,13 @@ (define-public python-django-crispy-forms
(define-public python-django-override-storage
(package
(name "python-django-override-storage")
(version "0.1.4")
(version "0.1.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-override-storage" version))
(sha256
(base32
"0sqz1mh0yn8b1bzz2gr2azfiynljigm5gkzavp5n17zd3j2jg57x"))))
(base32 "022arq94lxnlyykn8wvfnkykhi2dldnsn93pa2i41na551i0wpiv"))))
(build-system python-build-system)
(propagated-inputs
`(("python-django" ,python-django)))