gnu: python-django: Update to 1.11.17.

* gnu/packages/django.scm (python-django): Update to 1.11.17.
This commit is contained in:
Marius Bakke 2018-12-04 16:08:18 +01:00
parent 69a64ecd66
commit db2db1296b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -37,13 +37,13 @@ (define-module (gnu packages django)
(define-public python-django
(package
(name "python-django")
(version "1.11.15")
(version "1.11.17")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"0h2sl02x2mxr3rl3dy750pzm5kvmx77116fys8rrgw164kc3b0mi"))))
"10xlpm21ll8mgz5py41sz9vrd603qv7an736agbqxkxlyikfx1x7"))))
(build-system python-build-system)
(arguments
'(#:modules ((srfi srfi-1)