Skip to content
Snippets Groups Projects
Unverified Commit db2db129 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: python-django: Update to 1.11.17.

* gnu/packages/django.scm (python-django): Update to 1.11.17.
parent 69a64ecd
No related branches found
No related tags found
No related merge requests found
...@@ -37,13 +37,13 @@ (define-module (gnu packages django) ...@@ -37,13 +37,13 @@ (define-module (gnu packages django)
(define-public python-django (define-public python-django
(package (package
(name "python-django") (name "python-django")
(version "1.11.15") (version "1.11.17")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Django" version)) (uri (pypi-uri "Django" version))
(sha256 (sha256
(base32 (base32
"0h2sl02x2mxr3rl3dy750pzm5kvmx77116fys8rrgw164kc3b0mi")))) "10xlpm21ll8mgz5py41sz9vrd603qv7an736agbqxkxlyikfx1x7"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:modules ((srfi srfi-1) '(#:modules ((srfi srfi-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment