guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#43354] [PATCH 20/55] gnu: python-dj-database-url: Update to 0.5.0.


From: Marius Bakke
Subject: [bug#43354] [PATCH 20/55] gnu: python-dj-database-url: Update to 0.5.0.
Date: Sat, 12 Sep 2020 16:28:36 +0200

* gnu/packages/django.scm (python-dj-database-url): Update to 0.5.0.
---
 gnu/packages/django.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 3aa1d4f651..ea04977b1f 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -664,13 +664,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")
-- 
2.28.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]