From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43797) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1icfEg-0000gl-EJ for guix-patches@gnu.org; Wed, 04 Dec 2019 19:43:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1icfEZ-0008Ab-DX for guix-patches@gnu.org; Wed, 04 Dec 2019 19:43:09 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:36846) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1icfEY-00089P-Kp for guix-patches@gnu.org; Wed, 04 Dec 2019 19:43:07 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1icfEU-00044G-GZ for guix-patches@gnu.org; Wed, 04 Dec 2019 19:43:02 -0500 Subject: [bug#33484] [PATCH] gnu: rocksdb: Update to 5.17.2 Resent-Message-ID: From: Brett Gilio References: <20181124064849.31101-1-brettg@posteo.net> <87tvjzlrjv.fsf@fastmail.com> Date: Wed, 04 Dec 2019 18:41:55 -0600 In-Reply-To: <87tvjzlrjv.fsf@fastmail.com> (Marius Bakke's message of "Thu, 29 Nov 2018 18:30:44 +0100") Message-ID: <877e3b61t8.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke Cc: 33484@debbugs.gnu.org Marius Bakke writes: > Hello Brett, > > Thanks for this patch! > > Brett Gilio writes: > >> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm >> index ac1b23a32..72f316c05 100644 >> --- a/gnu/packages/databases.scm >> +++ b/gnu/packages/databases.scm >> @@ -973,7 +973,7 @@ types are supported, as is encryption.") >> (define-public rocksdb >> (package >> (name "rocksdb") >> - (version "5.12.4") >> + (version "5.17.2") >> (source (origin >> (method url-fetch) >> (uri (string-append "https://github.com/facebook/rocksdb" >> @@ -981,7 +981,7 @@ types are supported, as is encryption.") >> (file-name (string-append name "-" version ".tar.gz")) >> (sha256 >> (base32 >> - "1jcwgsjhk4hdfr2wf549blkgb89vwcdb5i2ahhqs6zf3mm20i3bf")) >> + "0a1dbjlyc5388rs7syyy4hxvz8x14a136wj81v4i1a2hhs2ha7qh")) > > This package was changed on the 'core-updates' branch to use a git > checkout instead of a tarball. Can you adjust this patch accordingly? > > Thanks in advance! > This is a historical bug report and is no longer relevant. It can be closed. -- Brett M. Gilio https://git.sr.ht/~brettgilio/