guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-django-appconf: Update to 1.0.3.


From: guix-commits
Subject: 01/05: gnu: python-django-appconf: Update to 1.0.3.
Date: Thu, 14 Mar 2019 17:14:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ea282711105ef926860e84cf1e6da21141bc5f2a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Mar 14 20:56:55 2019 +0100

    gnu: python-django-appconf: Update to 1.0.3.
    
    * gnu/packages/django.scm (python-django-appconf): Update to 1.0.3.
---
 gnu/packages/django.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 9bb8162..734755c 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Nils Gillmann <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2018 Vijayalakshmi Vedantham <address@hidden>
 ;;;
@@ -740,16 +740,17 @@ the order of added relations.")
 (define-public python-django-appconf
   (package
     (name "python-django-appconf")
-    (version "1.0.2")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "django-appconf" version))
               (sha256
                (base32
-                "0qdjdx35g66xjsc50v0c5h3kg6njs8df33mbjx6j4k1vd3m9lkba"))))
+                "1qw0p9qh78bvkgi38ba58djwn0rd5j1lrkg2c2wk5wb7snj3rw9m"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-django" ,python-django)))
+     `(("python-django" ,python-django)
+       ("python-six" ,python-six)))
     (home-page "https://github.com/django-compressor/django-appconf";)
     (synopsis "Handle configuration defaults of packaged Django apps")
     (description



reply via email to

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