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

* gnu/packages/django.scm (python-django-filter): Update to 25.1.

Change-Id: I874d61715bc7217d8ba2b3799ca4020942a67cbc
This commit is contained in:
jgart 2025-02-24 00:38:45 -06:00
parent de3113a789
commit cf307632b1
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -530,13 +530,13 @@ your code.")
(define-public python-django-filter (define-public python-django-filter
(package (package
(name "python-django-filter") (name "python-django-filter")
(version "24.3") (version "25.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "django_filter" version)) (uri (pypi-uri "django_filter" version))
(sha256 (sha256
(base32 (base32
"1hyr5i5f4n5kk5ax3y39hslhy0wi2nqk6rrgajh1rlmg69kszk6q")))) "0lvi82f3dnj89ip8hry8fq8w7x632r5p84dlr451rnm8izsfxj8y"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
'(#:phases '(#:phases