gnu: python-ipaddress: Update to 1.0.22.
* gnu/packages/python.scm (python-ipaddress): Update to 1.0.22.
This commit is contained in:
		
							parent
							
								
									c69d231c2a
								
							
						
					
					
						commit
						f6cd3f7970
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6324,13 +6324,13 @@ implementations of ASN.1-based codecs and protocols.")
 | 
				
			||||||
(define-public python-ipaddress
 | 
					(define-public python-ipaddress
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-ipaddress")
 | 
					    (name "python-ipaddress")
 | 
				
			||||||
    (version "1.0.19")
 | 
					    (version "1.0.22")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (pypi-uri "ipaddress" version))
 | 
					              (uri (pypi-uri "ipaddress" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "10agaa1cys1bk1ycpl2w8lky9vjx8h1xh1z29mg0niqx0638c390"))))
 | 
					                "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (home-page "https://github.com/phihag/ipaddress")
 | 
					    (home-page "https://github.com/phihag/ipaddress")
 | 
				
			||||||
    (synopsis "IP address manipulation library")
 | 
					    (synopsis "IP address manipulation library")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue