me
/
guix
Archived
1
0
Fork 0

gnu: python-django-extensions: Update to 3.0.6.

* gnu/packages/django.scm (python-django-extensions): Update to 3.0.6.
master
Marius Bakke 2020-09-01 12:02:22 +02:00
parent 1fe17bc361
commit 0cac0e0b92
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -160,7 +160,7 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(define-public python-django-extensions (define-public python-django-extensions
(package (package
(name "python-django-extensions") (name "python-django-extensions")
(version "2.1.6") (version "3.0.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -171,10 +171,10 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(file-name (string-append name "-" version)) (file-name (string-append name "-" version))
(sha256 (sha256
(base32 (base32
"0p4qrdinrv6indczlc8dcnm528i5fzmcn9xk1ja7ycfkyk5x6j5w")))) "0sra6hazqvspxd1pnx5cj7gia1rkaz3hn06ib4wd0frc167f5afy"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f)) ;TODO collected 378 items / 3 errors / 1 skipped '(#:tests? #f)) ;XXX: requires a Postgres or MySQL database
(propagated-inputs (propagated-inputs
`(("python-six" ,python-six) `(("python-six" ,python-six)
("python-vobject" ,python-vobject) ("python-vobject" ,python-vobject)