3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rocksdb: Update to 5.2.1.

* gnu/packages/databases.scm (rocksdb): Update to 5.2.1.
This commit is contained in:
Marius Bakke 2017-03-27 20:11:02 +02:00
parent f8f44dd738
commit 2e93ee5f1b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -516,7 +516,7 @@ types are supported, as is encryption.")
(define-public rocksdb
(package
(name "rocksdb")
(version "5.1.4")
(version "5.2.1")
(source (origin
(method url-fetch)
(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"))
(sha256
(base32
"0ddyj8lh5jk6vx675pdg4jhgs7c12ckw5j31rz85jlrds68ygrry"))
"1v2q05bl56sfp51m09z7g6489hkfq4vf6b4qgfg3d96ylgmay9yb"))
(modules '((guix build utils)))
(snippet
'(begin