me
/
guix
Archived
1
0
Fork 0

gnu: rocksdb: Update to 6.8.1.

* gnu/packages/databases.scm (rocksdb): Update to 6.8.1.
master
Marius Bakke 2020-05-08 23:27:51 +02:00
parent 89680cc7ce
commit e0cba0d279
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1143,7 +1143,7 @@ including field and record folding.")))
(define-public rocksdb (define-public rocksdb
(package (package
(name "rocksdb") (name "rocksdb")
(version "6.7.3") (version "6.8.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -1152,7 +1152,7 @@ including field and record folding.")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"19nacd7fb98i97ir07jjsk3l1vf7zzq04c4nqywizq8wakcx99s9")) "0i6qglyrcqwxnrvq67zm7ln79a4sj8mzgij9h0nz5zkxax8v1zg1"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin