This is an automated email from the git hooks/post-receive script.
jgart pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new cf307632b1 gnu: python-django-filter: Update to 25.1.
cf307632b1 is described below
commit cf307632b1f64dc0e1454422c0dc2b5b8df494ea
Author: jgart <[email protected]>
AuthorDate: Mon Feb 24 00:38:45 2025 -0600
gnu: python-django-filter: Update to 25.1.
* gnu/packages/django.scm (python-django-filter): Update to 25.1.
Change-Id: I874d61715bc7217d8ba2b3799ca4020942a67cbc
---
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 9aadc8257c..cb9df0d2df 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -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