mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-django-cache-url: Update to 3.4.5.
* gnu/packages/django.scm (python-django-cache-url): Update to 3.4.5. Change-Id: I25d6850c4dcfec035585ba3d46269e5dc7384dcc
This commit is contained in:
parent
33e7f1e634
commit
9fc0fa9e92
1 changed files with 2 additions and 2 deletions
|
@ -185,13 +185,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
|
||||||
(define-public python-django-cache-url
|
(define-public python-django-cache-url
|
||||||
(package
|
(package
|
||||||
(name "python-django-cache-url")
|
(name "python-django-cache-url")
|
||||||
(version "3.4.4")
|
(version "3.4.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "django-cache-url" version))
|
(uri (pypi-uri "django-cache-url" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dpx2wmcclmd3jkprdljz3makq12vd0sjv3xnvlj5vk1lg7glb7g"))))
|
"05yr19gi5ln6za0y9nf184klaixnf1dr1nfajn63893mf6ab37zb"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-django python-setuptools python-wheel))
|
(list python-django python-setuptools python-wheel))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue