gnu: rocksdb: Update to 5.1.4.
* gnu/packages/databases.scm (rocksdb): Update to 5.1.4.
This commit is contained in:
		
							parent
							
								
									988a5cb11e
								
							
						
					
					
						commit
						b9fb6b8a24
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -516,7 +516,7 @@ types are supported, as is encryption.")
 | 
				
			||||||
(define-public rocksdb
 | 
					(define-public rocksdb
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rocksdb")
 | 
					    (name "rocksdb")
 | 
				
			||||||
    (version "5.1.3")
 | 
					    (version "5.1.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://github.com/facebook/rocksdb"
 | 
					              (uri (string-append "https://github.com/facebook/rocksdb"
 | 
				
			||||||
| 
						 | 
					@ -524,7 +524,7 @@ types are supported, as is encryption.")
 | 
				
			||||||
              (file-name (string-append name "-" version ".tar.gz"))
 | 
					              (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0fz2ks6nxp3m9ys0ci53rg091wafbzbbynsfaq1y8v1rb3195gs8"))
 | 
					                "0ddyj8lh5jk6vx675pdg4jhgs7c12ckw5j31rz85jlrds68ygrry"))
 | 
				
			||||||
              (modules '((guix build utils)))
 | 
					              (modules '((guix build utils)))
 | 
				
			||||||
              (snippet
 | 
					              (snippet
 | 
				
			||||||
               '(begin
 | 
					               '(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue