From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eikam-00056E-Mx for guix-patches@gnu.org; Mon, 05 Feb 2018 12:30:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eikag-0000Fv-Tt for guix-patches@gnu.org; Mon, 05 Feb 2018 12:30:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51088) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eikag-0000Fh-Qs for guix-patches@gnu.org; Mon, 05 Feb 2018 12:30:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eikag-000708-JM for guix-patches@gnu.org; Mon, 05 Feb 2018 12:30:02 -0500 Subject: [bug#30361] [PATCH] gnu: guile-sqlite3: Update to 21f35ca87517194d8fcc7ac166b5e77f5f5348b0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eikaF-0004Uz-7N for guix-patches@gnu.org; Mon, 05 Feb 2018 12:29:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eikaB-0007c0-AS for guix-patches@gnu.org; Mon, 05 Feb 2018 12:29:35 -0500 Received: from dd26836.kasserver.com ([85.13.145.193]:36130) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eikaB-0007Zc-2Q for guix-patches@gnu.org; Mon, 05 Feb 2018 12:29:31 -0500 From: Danny Milosavljevic Date: Mon, 5 Feb 2018 17:23:51 +0100 Message-Id: <20180205162351.12273-1-dannym@scratchpost.org> 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: 30361@debbugs.gnu.org * gnu/packages/guile.scm (guile-sqlite3): Update to 21f35ca87517194d8fcc7ac166b5e77f5f5348b0. --- gnu/packages/guile.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm index 3bc18ffdd..054ee9009 100644 --- a/gnu/packages/guile.scm +++ b/gnu/packages/guile.scm @@ -1128,10 +1128,10 @@ Guile's foreign function interface.") (deprecated-package "guile2.2-gdbm-ffi" guile-gdbm-ffi)) (define-public guile-sqlite3 - (let ((commit "607721fe1174a299e45d457acacf94eefb964071")) + (let ((commit "21f35ca87517194d8fcc7ac166b5e77f5f5348b0")) (package (name "guile-sqlite3") - (version (string-append "0.0-1." (string-take commit 7))) + (version (string-append "0.0-2." (string-take commit 7))) ;; XXX: This used to be available read-only at ;; but it @@ -1144,7 +1144,7 @@ Guile's foreign function interface.") (commit commit))) (sha256 (base32 - "09gaffhh5rawz5kdmqx2ahvj1ngvxddp469r18bmjz3sz8p0slj2")) + "0m33di5gz0a6n6q380v1y8apm5hrynzyl4ri8ar4j202hwjqi1y2")) (file-name (string-append name "-" version "-checkout")) (modules '((guix build utils))) (snippet