1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

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