guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-django: Update to 1.10.5.


From: Hartmut Goebel
Subject: 01/01: gnu: python-django: Update to 1.10.5.
Date: Sat, 14 Jan 2017 22:43:11 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 117134a78f98f9da293f5f3c480d745548c7a6ed
Author: Hartmut Goebel <address@hidden>
Date:   Sat Jan 14 23:32:08 2017 +0100

    gnu: python-django: Update to 1.10.5.
    
    * gnu/packages/django.scm(python-django): Update to 1.10.5.
---
 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 bbb2d71..9a3c66c 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -29,13 +29,13 @@
 (define-public python-django
   (package
     (name "python-django")
-    (version "1.10.3")
+    (version "1.10.5")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Django" version))
               (sha256
                (base32
-                "0c4c8zs7kzb0bdlpy4vlzv6va26dbazr32h91rldf6waxs6z14kg"))))
+                "12szjsmnfhh2yr54sfynyjr8vl0q9gb6qak3ayqcifcinrs97f0d"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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