guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 4719edfff79a3b5c87583cd0dc6e7c7d0153f74a
Author: Charles Roelli <[email protected]>
AuthorDate: Wed Sep 24 11:24:03 2025 +0200
gnu: python-django-pipeline: Update to 4.1.0.
* gnu/packages/django.scm (python-django-pipeline): Update to 4.1.0.
Change-Id: If702b32e3246bb41e962d4a3def8d13f06286d6d
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/django.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 4c0a89f666..5bc9bd85ce 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1128,14 +1128,14 @@ to asyncio and Pydantic.")
(define-public python-django-pipeline
(package
(name "python-django-pipeline")
- (version "4.0.0")
+ (version "4.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django_pipeline" version))
(sha256
(base32
- "125wkgi3hf1ly34ps7n63k6agb067h17ngxyf9xjykn6kl6ikc8a"))))
+ "1d12wzqvdnc3hk3s5yz9jd4xqhc75wbfsl6xdhwphnr1dzgpj7da"))))
(build-system pyproject-build-system)
(arguments
(list