summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2025-02-19 15:04:47 -0600
committerjgart <jgart@dismail.de>2025-02-19 15:04:47 -0600
commit9fc0fa9e92154e7898a0c862dac0f86bb333470d (patch)
treed06d821c3d7ec293a46cb1ae33fef707acfada4b
parent33e7f1e6345196dc98dd3f25104ab4e1b4026233 (diff)
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
-rw-r--r--gnu/packages/django.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 1d630fe13e1..f7205b1d2f4 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -185,13 +185,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
185(define-public python-django-cache-url 185(define-public python-django-cache-url
186 (package 186 (package
187 (name "python-django-cache-url") 187 (name "python-django-cache-url")
188 (version "3.4.4") 188 (version "3.4.5")
189 (source (origin 189 (source (origin
190 (method url-fetch) 190 (method url-fetch)
191 (uri (pypi-uri "django-cache-url" version)) 191 (uri (pypi-uri "django-cache-url" version))
192 (sha256 192 (sha256
193 (base32 193 (base32
194 "0dpx2wmcclmd3jkprdljz3makq12vd0sjv3xnvlj5vk1lg7glb7g")))) 194 "05yr19gi5ln6za0y9nf184klaixnf1dr1nfajn63893mf6ab37zb"))))
195 (build-system pyproject-build-system) 195 (build-system pyproject-build-system)
196 (native-inputs 196 (native-inputs
197 (list python-django python-setuptools python-wheel)) 197 (list python-django python-setuptools python-wheel))