me
/
guix
Archived
1
0
Fork 0

gnu: python-django: Update to 1.11.28.

* gnu/packages/django.scm (python-django): Update to 1.11.28.
master
Christopher Baines 2020-03-03 08:11:35 +00:00
parent 35b256f55f
commit 2197c08428
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -42,13 +42,13 @@
(define-public python-django
(package
(name "python-django")
(version "1.11.25")
(version "1.11.28")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"0rpgx212n8gh61nwizkyldvskna808xpcvawmavk5mc5c9cfh52k"))))
"1ss1jyip7mlbfjn27m0j6wx80s8h4ksg6g5annkgwigp8xgy6g5k"))))
(build-system python-build-system)
(arguments
'(#:modules ((srfi srfi-1)