guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: ruby-sequel: Update to 4.40.0.


From: Ben Woodcroft
Subject: 02/07: gnu: ruby-sequel: Update to 4.40.0.
Date: Mon, 7 Nov 2016 11:54:19 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 420fdfef9a386f49c3cda0eabf9747c866a07007
Author: Ben Woodcroft <address@hidden>
Date:   Mon Nov 7 21:32:32 2016 +1000

    gnu: ruby-sequel: Update to 4.40.0.
    
    * gnu/packages/ruby.scm (ruby-sequel): Update to 4.40.0.
---
 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 60f1992..8bd114c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4043,14 +4043,14 @@ generation.")
 (define-public ruby-sequel
   (package
     (name "ruby-sequel")
-    (version "4.39.0")
+    (version "4.40.0")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "sequel" version))
        (sha256
         (base32
-         "01zqd6mi9wvhbg76b91k35jppha0c944ar9f816gi400cf9817bg"))))
+         "0r39dv3yprai0cy7hslfxswjr4fg783xwxskmbih8ry24f18lbk0"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; Avoid dependency loop with ruby-minitest-hooks.



reply via email to

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