gnu: python-dj-database-url: Update to 0.5.0.

* gnu/packages/django.scm (python-dj-database-url): Update to 0.5.0.
This commit is contained in:
Marius Bakke 2020-09-01 13:08:26 +02:00
parent 357ab65bae
commit 76cd38f12e
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -658,13 +658,13 @@ (define-public python2-django-jsonfield
(define-public python-dj-database-url
(package
(name "python-dj-database-url")
(version "0.4.2")
(version "0.5.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "dj-database-url" version))
(sha256
(base32
"024zbkc5rli4hia9lz9g8kf1zxhb2gwawj5abf67i7gf8n22v0x6"))))
"0qs16g5y3lflxibsl8gwkwap21crhmmv98l60rdq6x1wawgypsja"))))
(build-system python-build-system)
(home-page "https://github.com/kennethreitz/dj-database-url")
(synopsis "Use Database URLs in your Django Application")