summary refs log tree commit diff
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-09-01 13:08:26 +0200
committerMarius Bakke <marius@gnu.org>2020-09-22 18:41:55 +0200
commit76cd38f12e87513e68d55edc2d75db2402517b40 (patch)
tree58d924f450672767c355467639e2e55a16fde51a
parent357ab65bae0b1f83eb7491cd0cce9aa4e8a5f2a4 (diff)
downloadguix-76cd38f12e87513e68d55edc2d75db2402517b40.tar.gz
gnu: python-dj-database-url: Update to 0.5.0.
* gnu/packages/django.scm (python-dj-database-url): Update to 0.5.0.
-rw-r--r--gnu/packages/django.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 5567fcbed1..84c32b6fbd 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -658,13 +658,13 @@ use, simply add the field to one of your models.")
 (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")