From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSQLa-0002bU-Rq for guix-patches@gnu.org; Thu, 29 Nov 2018 12:43:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSQ9Z-0004iB-FM for guix-patches@gnu.org; Thu, 29 Nov 2018 12:31:10 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50798) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gSQ9V-0004h6-SL for guix-patches@gnu.org; Thu, 29 Nov 2018 12:31:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gSQ9V-0006fb-P2 for guix-patches@gnu.org; Thu, 29 Nov 2018 12:31:01 -0500 Subject: [bug#33484] [PATCH] gnu: rocksdb: Update to 5.17.2 Resent-Message-ID: From: Marius Bakke In-Reply-To: <20181124064849.31101-1-brettg@posteo.net> References: <20181124064849.31101-1-brettg@posteo.net> Date: Thu, 29 Nov 2018 18:30:44 +0100 Message-ID: <87tvjzlrjv.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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: Brett Gilio , 33484@debbugs.gnu.org --=-=-= Content-Type: text/plain 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! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlwAIkQACgkQoqBt8qM6 VPrZEAf/eTCT8IGTtxy4C6/FFkoF5aAp+tTZwJqm9G4wJrUY1s6SvLLj1Ytpl3dO w1HGE50mD4siaPXCnPz+5JUKW61qLFIcjZnFmEhF5BWGSftRqo/C68PNjZMw1+q7 Gcg4tSyRdDYoYjuRsl/jh6PH0t4vOJdOZM84xDVx+Lyc5AG24TrKLwduDz06V2Dm 8rwP400Ntl+zXTxGewQBx7caxYW4udD/rdLVdb86uaRn0A0QJ8SYwn8JxxXl957c 0u0+1SkM8PnxK6zGK61lUHF9VPiAqsoCakGNGtbe6T4IT5i2MYKNP9V6WkbWj0DF 9H1Fzj2DQEkHdSYP6tUCoxwz2fN9bg== =bMOx -----END PGP SIGNATURE----- --=-=-=--