me
/
guix
Archived
1
0
Fork 0

gnu: python-django-bulk-update: Update to 2.2.0.

* gnu/packages/django.scm (python-django-bulk-update): Update to 2.2.0.
[native-inputs]: Remove.
master
Marius Bakke 2020-09-01 13:17:46 +02:00
parent bfe8c030e4
commit 074400543d
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 7 deletions

View File

@ -711,21 +711,17 @@ conn_max_age argument to easily enable Djangos connection pool.")
(define-public python-django-bulk-update
(package
(name "python-django-bulk-update")
(version "1.1.10")
(version "2.2.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "django-bulk-update" version))
(sha256
(base32
"0mbng9m7swfc0dnidipbzlxfhlfjrv755dlnha5s4m9mgdxb1fhc"))))
"0dxkmrm3skyw82i0qa8vklxw1ma1y308kh9w2hcnvhpacn5cxdss"))))
(build-system python-build-system)
(arguments
;; tests don't support django 1.10, but the module seems to work.
;; XXX: Tests require a Postgres database.
`(#:tests? #f))
(native-inputs
`(("six" ,python-six)
("jsonfield" ,python-django-jsonfield)
("python-dj-database-url" ,python-dj-database-url)))
(propagated-inputs
`(("python-django" ,python-django)))
(home-page "https://github.com/aykut/django-bulk-update")