guix-patches
[Top][All Lists]
Advanced

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

[bug#43354] [PATCH 35/55] gnu: python-django-sekizai: Update to 2.0.0.


From: Marius Bakke
Subject: [bug#43354] [PATCH 35/55] gnu: python-django-sekizai: Update to 2.0.0.
Date: Sat, 12 Sep 2020 16:28:51 +0200

* gnu/packages/django.scm (python-django-sekizai): Update to 2.0.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 dbee647ca2..0dd52294b8 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1226,14 +1226,14 @@ provides features like a web browseable API and 
authentication policies.")
 (define-public python-django-sekizai
   (package
     (name "python-django-sekizai")
-    (version "1.1.0")
+    (version "2.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "django-sekizai" version))
         (sha256
          (base32
-          "1nc4sv109valdn6azmgm2j01k7khxy2wnji84z63x7fxsikfdxp2"))))
+          "0vrkli625b5s1wldri3dyrfvqbxg7zxy2pg0rpjixw3b1ndz0ag8"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f)) ; Tests not included with release.
     (propagated-inputs
-- 
2.28.0






reply via email to

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