mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
de3113a789
commit
cf307632b1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue