me
/
guix
Archived
1
0
Fork 0

gnu: python-django@2.2: Update to 2.2.22.

* gnu/packages/django.scm (python-django-2.2): Update to 2.2.22.
master
Marius Bakke 2021-05-06 15:43:48 +02:00
parent 544d436ca8
commit 64b08bf7f8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -142,13 +142,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(define-public python-django-2.2
(package
(inherit python-django)
(version "2.2.20")
(version "2.2.22")
(source (origin
(method url-fetch)
(uri (pypi-uri "Django" version))
(sha256
(base32
"0r3a6gbhwngxl172yy6n0sq5knibl2vxc0wbk1g8licfbzfgjs95"))))
"0q30zjcmnvwp1v1syn739wapahs2dx784n0yjyypq0cr3kdi88nv"))))
(native-inputs
`(;; XXX: In 2.2 and 3.0, selenium is required for the test suite.
("python-selenium" ,python-selenium)