gnu: python-django@3.2: Update to 3.2.11 [security fixes].
This release fixes CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452. * gnu/packages/django.scm (python-django-3.2): Update to 3.2.11.
This commit is contained in:
		
							parent
							
								
									07b505aa3b
								
							
						
					
					
						commit
						e19b9ad5a2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -131,13 +131,13 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
 | 
			
		|||
(define-public python-django-3.2
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit python-django-4.0)
 | 
			
		||||
    (version "3.2.10")
 | 
			
		||||
    (version "3.2.11")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (pypi-uri "Django" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1i6my7qrivj0ag9dq22lg0lq6maxapbdqrwy6v1cs2mlnhc8hkh7"))))
 | 
			
		||||
                "0xbyl9fh9lk5hiwpw46s6hz98gs0fixrpq3myj5hh6vbbnz4mjb9"))))
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
     (modify-inputs (package-propagated-inputs python-django-4.0)
 | 
			
		||||
       ;; Django 4.0 deprecated pytz in favor of Pythons built-in zoneinfo.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue