all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Catonano <catonano@gmail.com>
To: guix-devel <guix-devel@gnu.org>
Subject: [PATCH] update wiredtiger to 2.9.1
Date: Tue, 24 Jan 2017 20:31:14 +0100	[thread overview]
Message-ID: <CAJ98PDyDY2FZP1CgVCB2SUQE76xAuUEQpsm7Fn-bx2bRYhdG0w@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 146 bytes --]

I couldn't manage to connect to the new Wiredtiger through Amz3's machinery
(I have a hard time with dynamic ffi) but the tests pass. All of them

[-- Attachment #1.2: Type: text/html, Size: 179 bytes --]

[-- Attachment #2: 0001-gnu-wiredtiger-Update-to-2.9.1.patch --]
[-- Type: text/x-patch, Size: 1281 bytes --]

From b965e3c92ec55252fc2bd73712ae5b0c02127fa2 Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Tue, 24 Jan 2017 19:35:58 +0100
Subject: [PATCH] gnu: wiredtiger: Update to 2.9.1

* gnu/packages/databases.scm (wiredtiger): Update to 2.9.1.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index b70d48c..fb0266e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1085,7 +1085,7 @@ database and supports many programming languages.  It is a NoSQL database.")
 (define-public wiredtiger
   (package
     (name "wiredtiger")
-    (version "2.8.0")
+    (version "2.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1093,7 +1093,7 @@ database and supports many programming languages.  It is a NoSQL database.")
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1qh7y5paisdxq19jgg81ld7i32lz920n5k30hdpxnr8ll9c4hgjr"))))
+                "0krwnb2zfbhvjaskwl875qzd3y626s84zcciq2mxr5c5riw3yh6s"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-lz4" "--enable-zlib")
-- 
2.7.4


             reply	other threads:[~2017-01-24 19:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-24 19:31 Catonano [this message]
2017-01-24 20:24 ` [PATCH] update wiredtiger to 2.9.1 Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJ98PDyDY2FZP1CgVCB2SUQE76xAuUEQpsm7Fn-bx2bRYhdG0w@mail.gmail.com \
    --to=catonano@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.