me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/django.scm (python-dj-database-url): Update to 0.5.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

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