guix-commits
[Top][All Lists]
Advanced

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

14/57: gnu: python-django-filter: Update to 2.3.0.


From: guix-commits
Subject: 14/57: gnu: python-django-filter: Update to 2.3.0.
Date: Tue, 22 Sep 2020 12:43:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 357f586374ee4b21dfe3612c33d41569939429fb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 12:09:31 2020 +0200

    gnu: python-django-filter: Update to 2.3.0.
    
    * gnu/packages/django.scm (python-django-filter): Update to 2.3.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 3c2413a..77bf439 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -424,13 +424,13 @@ your code.")
 (define-public python-django-filter
   (package
     (name "python-django-filter")
-    (version "1.1.0")
+    (version "2.3.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "django-filter" version))
               (sha256
                (base32
-                "0slpfqfhnjrzlrb6vmswyhrzn01p84s16j2x1xib35gg4fxg23pc"))))
+                "1bz5qzdk9pk4a2lp2yacrdnqmkv24vxnz4k3lykrnpc3b7bkvrhi"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

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