diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-17 13:30:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-17 13:34:27 +0200 |
commit | ec40d24fb936898ee83b7370079e194403329465 (patch) | |
tree | 608fe616f2305f721d2fb51c42fa654a95b282a2 /gnu | |
parent | 6d164aecc8c7f2927e988f44257fa25377bf8bf4 (diff) |
gnu: rocksdb: Update to 6.10.2.
* gnu/packages/databases.scm (rocksdb): Update to 6.10.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index bab4b4d128..e2eb0f396d 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1147,7 +1147,7 @@ including field and record folding."))) (define-public rocksdb (package (name "rocksdb") - (version "6.10.1") + (version "6.10.2") (source (origin (method git-fetch) (uri (git-reference @@ -1156,7 +1156,7 @@ including field and record folding."))) (file-name (git-file-name name version)) (sha256 (base32 - "0rp8q73dx5f1nkcf2qp6fljm4dpj281y6cqckqgv976kvwvqdgz1")) + "1f2wqb6px812ijcivq3rsknqgkv01wblc6sd8wavhrw8qljgr3s1")) (modules '((guix build utils))) (snippet '(begin |