guix-commits
[Top][All Lists]
Advanced

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

18/57: gnu: python-django-jinja: Update to 2.6.0.


From: guix-commits
Subject: 18/57: gnu: python-django-jinja: Update to 2.6.0.
Date: Tue, 22 Sep 2020 12:43:34 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit bc13610148fee98e9b4f7b0f417be49915615fab
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 12:33:07 2020 +0200

    gnu: python-django-jinja: Update to 2.6.0.
    
    * gnu/packages/django.scm (python-django-jinja): Update to 2.6.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 61590c7..11d2c88 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -605,7 +605,7 @@ merging, minifying and compiling CSS and Javascript files.")
 (define-public python-django-jinja
   (package
     (name "python-django-jinja")
-    (version "2.4.1")
+    (version "2.6.0")
     (source
      (origin
        (method git-fetch)
@@ -615,7 +615,7 @@ merging, minifying and compiling CSS and Javascript files.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1fcrxlznlq1xvl26y3j1r22vvy6m08r5l97xi2wj50rdmxhfvhis"))))
+         "06ldbkfkm6sc0p9sqpjph06gxrqpj78ih3dc2yik2fcba2y5mak1"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-django" ,python-django)



reply via email to

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