gnu: python-dj-database-url: Update to 2.3.0.

* gnu/packages/django.scm (python-dj-database-url): Update to 2.3.0.
[source]: Update pypi-uri.

Change-Id: Ie60ca0837a070e53bfead1668f205e2005072b96
This commit is contained in:
jgart 2025-02-19 21:37:55 -06:00
parent af4778c09c
commit ebc6c74437
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -768,13 +768,13 @@ example, explicit calls to callables from templates and better performance.")
(define-public python-dj-database-url
(package
(name "python-dj-database-url")
(version "2.1.0")
(version "2.3.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "dj-database-url" version))
(uri (pypi-uri "dj_database_url" version))
(sha256
(base32
"0pqkifl5zradgsznjpk6g6zp64gnsxdav7x3knf56vh8w7pjq17j"))))
"11w7532lq05c3wysbn7f5jf82yj0vjjmsi2ylkjmfsqq6kkfhlmf"))))
(build-system python-build-system)
(propagated-inputs
(list python-django python-typing-extensions))