mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: python-django-2.2: Update to 2.2.20 [security fixes].
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.20.
This commit is contained in:
parent
26f34f3de4
commit
1467080de4
1 changed files with 2 additions and 2 deletions
|
@ -132,13 +132,13 @@ (define-public python-django
|
||||||
(define-public python-django-2.2
|
(define-public python-django-2.2
|
||||||
(package
|
(package
|
||||||
(inherit python-django)
|
(inherit python-django)
|
||||||
(version "2.2.19")
|
(version "2.2.20")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "Django" version))
|
(uri (pypi-uri "Django" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hysjf8bz4g8xrn2cdx6pmawimpyr6ag2fg3jxsnc1byr3g3bhih"))))
|
"0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(;; XXX: In 2.2 and 3.0, selenium is required for the test suite.
|
`(;; XXX: In 2.2 and 3.0, selenium is required for the test suite.
|
||||||
("python-selenium" ,python-selenium)
|
("python-selenium" ,python-selenium)
|
||||||
|
|
Loading…
Reference in a new issue