diff options
author | jgart <jgart@dismail.de> | 2025-02-19 15:04:47 -0600 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-02-19 15:04:47 -0600 |
commit | 9fc0fa9e92154e7898a0c862dac0f86bb333470d (patch) | |
tree | d06d821c3d7ec293a46cb1ae33fef707acfada4b | |
parent | 33e7f1e6345196dc98dd3f25104ab4e1b4026233 (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.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 1d630fe13e..f7205b1d2f 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -185,13 +185,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.") (define-public python-django-cache-url (package (name "python-django-cache-url") - (version "3.4.4") + (version "3.4.5") (source (origin (method url-fetch) (uri (pypi-uri "django-cache-url" version)) (sha256 (base32 - "0dpx2wmcclmd3jkprdljz3makq12vd0sjv3xnvlj5vk1lg7glb7g")))) + "05yr19gi5ln6za0y9nf184klaixnf1dr1nfajn63893mf6ab37zb")))) (build-system pyproject-build-system) (native-inputs (list python-django python-setuptools python-wheel)) |