guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: ruby-sequel: Update to 4.39.0.


From: Ben Woodcroft
Subject: 01/07: gnu: ruby-sequel: Update to 4.39.0.
Date: Sat, 8 Oct 2016 12:49:00 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit d91cb67dd721793676d23d1aed7f26522d41164e
Author: Ben Woodcroft <address@hidden>
Date:   Fri Sep 23 23:13:08 2016 +1000

    gnu: ruby-sequel: Update to 4.39.0.
    
    * gnu/packages/ruby.scm (ruby-sequel): Update to 4.39.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 a80b8f7..df21349 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4041,14 +4041,14 @@ generation.")
 (define-public ruby-sequel
   (package
     (name "ruby-sequel")
-    (version "4.34.0")
+    (version "4.39.0")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "sequel" version))
        (sha256
         (base32
-         "0qscddpfwcajggxvbm4a4jv8kkpn6q056bgdg03km34bz8bis1x1"))))
+         "01zqd6mi9wvhbg76b91k35jppha0c944ar9f816gi400cf9817bg"))))
     (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]