guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/15: gnu: ruby-sqlite3: Update to 1.4.4.


From: guix-commits
Subject: 01/15: gnu: ruby-sqlite3: Update to 1.4.4.
Date: Mon, 27 Jun 2022 17:50:01 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 6ee0f40e8344750c16de4885dd2e25f2e37e5163
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Jun 27 22:32:08 2022 +0200

    gnu: ruby-sqlite3: Update to 1.4.4.
    
    * gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.4.
    [native-inputs]: Change from RUBY-MINI-PORTILE to RUBY-MINI-PORTILE-2.
---
 gnu/packages/ruby.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index d6fe2f9fc0..5b65196c6c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8761,14 +8761,14 @@ neither too verbose nor too minimal.")
 (define-public ruby-sqlite3
   (package
     (name "ruby-sqlite3")
-    (version "1.4.2")
+    (version "1.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "sqlite3" version))
        (sha256
         (base32
-         "0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78"))))
+         "1z1wa639c278bsipczn6kv8b13fj85pi8gk7x462chqx6k0wm0ax"))))
     (build-system ruby-build-system)
     (arguments
      `(#:phases
@@ -8779,7 +8779,7 @@ neither too verbose nor too minimal.")
     (inputs
      (list sqlite))
     (native-inputs
-     (list ruby-hoe ruby-rake-compiler ruby-mini-portile))
+     (list ruby-hoe ruby-rake-compiler ruby-mini-portile-2))
     (synopsis "Interface with SQLite3 databases")
     (description
      "This module allows Ruby programs to interface with the SQLite3 database



reply via email to

[Prev in Thread] Current Thread [Next in Thread]