diff options
author | Marius Bakke <marius@gnu.org> | 2020-09-01 12:09:31 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-09-22 18:41:53 +0200 |
commit | 357f586374ee4b21dfe3612c33d41569939429fb (patch) | |
tree | 473a7ec67f96548d0d453c2f394f46bae96e14b4 /gnu/packages/django.scm | |
parent | e073925c948d97e25b5fdc3c307e60a3228481dd (diff) | |
download | guix-357f586374ee4b21dfe3612c33d41569939429fb.tar.gz |
gnu: python-django-filter: Update to 2.3.0.
* gnu/packages/django.scm (python-django-filter): Update to 2.3.0.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 3c2413a0fd..77bf439a99 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 |