gnu: lmdb: Update to 0.9.27.
* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
This commit is contained in:
		
							parent
							
								
									8da64e9bf9
								
							
						
					
					
						commit
						09306c74fa
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2336,7 +2336,7 @@ database.") | |||
| (define-public lmdb | ||||
|   (package | ||||
|     (name "lmdb") | ||||
|     (version "0.9.26") | ||||
|     (version "0.9.27") | ||||
|     (source | ||||
|      (origin | ||||
|        (method git-fetch) | ||||
|  | @ -2345,7 +2345,7 @@ database.") | |||
|              (commit (string-append "LMDB_" version)))) | ||||
|        (file-name (git-file-name name version)) | ||||
|        (sha256 | ||||
|         (base32 "0323xwb2rqyrr9vr6gbxc2kl89drhqw0ifmyh9pg9qgqmymyhxdx")))) | ||||
|         (base32 "09xqqm8yjsf1gv4gd4llal48sms76hfhxadx6rik1j2g5v3d3f1k")))) | ||||
|     (build-system gnu-build-system) | ||||
|     (arguments | ||||
|      `(#:test-target "test" | ||||
|  |  | |||
		Reference in a new issue