all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 39157@debbugs.gnu.org
Subject: [bug#39157] [PATCH 2/2] gnu: ruby-sqlite3: Update to 1.4.2.
Date: Thu, 16 Jan 2020 22:28:40 +0000	[thread overview]
Message-ID: <20200116222840.12308-2-mail@cbaines.net> (raw)
In-Reply-To: <20200116222840.12308-1-mail@cbaines.net>

* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.2.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index bc4752ba29..5505a50d37 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6076,14 +6076,14 @@ neither too verbose nor too minimal.")
 (define-public ruby-sqlite3
   (package
     (name "ruby-sqlite3")
-    (version "1.3.13")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "sqlite3" version))
        (sha256
         (base32
-         "01ifzp8nwzqppda419c9wcvr8n82ysmisrs0hph9pdmv1lpa4f5i"))))
+         "0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78"))))
     (build-system ruby-build-system)
     (arguments
      `(#:phases
-- 
2.24.1

  reply	other threads:[~2020-01-16 22:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-16 22:24 [bug#39157] [PATCH 0/2] Update ruby-sassc and ruby-sqlite3 Christopher Baines
2020-01-16 22:28 ` [bug#39157] [PATCH 1/2] gnu: ruby-sassc: Update to 2.2.1 Christopher Baines
2020-01-16 22:28   ` Christopher Baines [this message]
2020-01-30 14:26 ` bug#39157: [PATCH 0/2] Update ruby-sassc and ruby-sqlite3 Christopher Baines

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=20200116222840.12308-2-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=39157@debbugs.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.