GNU bug report logs -
#57094
Updating wagtail to 3.0.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/django.scm (python-django-modelcluster): Update to 6.0.
---
gnu/packages/django.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index cd88e1fac3..2f95056c78 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -893,16 +893,17 @@ (define-public python-django-contrib-comments
(define-public python-django-modelcluster
(package
(name "python-django-modelcluster")
- (version "5.3")
+ (version "6.0")
+ ;; tests are not packaged in pypi
(source
(origin
- (method url-fetch)
- (uri
- (string-append
- "https://github.com/wagtail/django-modelcluster"
- "/archive/refs/tags/v" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/wagtail/django-modelcluster")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0xlhlnsr8gingbrsgbzhx79z9ds9i9rfii3gp38xnid01xjwlqln"))))
+ (base32 "19xskhh2wvl696jmji54b1p70kjbcxzwmw3v5ic54ifn8cx6za57"))))
(build-system python-build-system)
(arguments
'(#:phases
--
2.37.1
This bug report was last modified 1 year and 261 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.