mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
af4778c09c
commit
ebc6c74437
1 changed files with 3 additions and 3 deletions
|
@ -768,13 +768,13 @@ example, explicit calls to callables from templates and better performance.")
|
||||||
(define-public python-dj-database-url
|
(define-public python-dj-database-url
|
||||||
(package
|
(package
|
||||||
(name "python-dj-database-url")
|
(name "python-dj-database-url")
|
||||||
(version "2.1.0")
|
(version "2.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dj-database-url" version))
|
(uri (pypi-uri "dj_database_url" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pqkifl5zradgsznjpk6g6zp64gnsxdav7x3knf56vh8w7pjq17j"))))
|
"11w7532lq05c3wysbn7f5jf82yj0vjjmsi2ylkjmfsqq6kkfhlmf"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-django python-typing-extensions))
|
(list python-django python-typing-extensions))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue