gnu: python-maxminddb: Update to 2.6.2.
* gnu/packages/geo.scm (python-maxminddb): Update to 2.6.2. [build-system]: Change to pyproject-build-system. Change-Id: I824468160fef695a8fb9e517b9d91c90da9a2897 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
		
							parent
							
								
									831001c581
								
							
						
					
					
						commit
						adf841fe3a
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -2375,15 +2375,15 @@ associated with an address.")
 | 
				
			||||||
(define-public python-maxminddb
 | 
					(define-public python-maxminddb
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-maxminddb")
 | 
					    (name "python-maxminddb")
 | 
				
			||||||
    (version "2.2.0")
 | 
					    (version "2.6.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "maxminddb" version))
 | 
					       (uri (pypi-uri "maxminddb" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1rc4a403r3b4vhmhb03gidd0fmsbvfpbf3qfcw25h4db9zn0fxz3"))))
 | 
					         "0r7jcqzr3hy9jims0ygjdhndysbs02hsaybx9f4vq2k2w8r2v13x"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system pyproject-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f)) ;; Tests require a copy of the maxmind database
 | 
					     `(#:tests? #f)) ;; Tests require a copy of the maxmind database
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue