3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-django-filter: Update to 2.3.0.

* gnu/packages/django.scm (python-django-filter): Update to 2.3.0.
This commit is contained in:
Marius Bakke 2020-09-01 12:09:31 +02:00
parent e073925c94
commit 357f586374
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -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