guix-commits
[Top][All Lists]
Advanced

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

23/57: gnu: python-dj-database-url: Update to 0.5.0.


From: guix-commits
Subject: 23/57: gnu: python-dj-database-url: Update to 0.5.0.
Date: Tue, 22 Sep 2020 12:43:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 76cd38f12e87513e68d55edc2d75db2402517b40
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 13:08:26 2020 +0200

    gnu: python-dj-database-url: Update to 0.5.0.
    
    * 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 5567fcb..84c32b6 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")



reply via email to

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