all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] update wiredtiger to 2.9.1
@ 2017-01-24 19:31 Catonano
  2017-01-24 20:24 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Catonano @ 2017-01-24 19:31 UTC (permalink / raw)
  To: guix-devel


[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] update wiredtiger to 2.9.1
  2017-01-24 19:31 [PATCH] update wiredtiger to 2.9.1 Catonano
@ 2017-01-24 20:24 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2017-01-24 20:24 UTC (permalink / raw)
  To: Catonano; +Cc: guix-devel

On Tue, Jan 24, 2017 at 08:31:14PM +0100, Catonano wrote:
> 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

> 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.

Thanks! Applied as 81e95821057a3df50952f979bf767012ddbbf8c2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-24 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-24 19:31 [PATCH] update wiredtiger to 2.9.1 Catonano
2017-01-24 20:24 ` Leo Famulari

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.