gnu: python-lmdb: Update to 0.93.
* gnu/packages/databases.scm (python-lmdb): Update to 0.93.
This commit is contained in:
		
							parent
							
								
									afd845368a
								
							
						
					
					
						commit
						57af0d13b2
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1728,13 +1728,13 @@ etc., and an SQL engine for performing simple SQL queries.")
 | 
				
			||||||
(define-public python-lmdb
 | 
					(define-public python-lmdb
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-lmdb")
 | 
					    (name "python-lmdb")
 | 
				
			||||||
    (version "0.92")
 | 
					    (version "0.93")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (pypi-uri "lmdb" version))
 | 
					              (uri (pypi-uri "lmdb" version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "01nw6r08jkipx6v92kw49z34wmwikrpvc5j9xawdiyg1n2526wrx"))
 | 
					                "0xdpb298fyl68acadbwv5801wcwfpnhc7sm4bnrq1x4bd5dhhsql"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               ;; Delete bundled lmdb source files.
 | 
					               ;; Delete bundled lmdb source files.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue