guix-commits
[Top][All Lists]
Advanced

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

03/41: gnu: ruby-activesupport: Update to 5.2.1.


From: julien lepiller
Subject: 03/41: gnu: ruby-activesupport: Update to 5.2.1.
Date: Sat, 1 Sep 2018 17:10:14 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit ef381322d57e07153aad7c93e8c5b6a9ec5525fc
Author: Julien Lepiller <address@hidden>
Date:   Sun Aug 26 12:20:53 2018 +0200

    gnu: ruby-activesupport: Update to 5.2.1.
    
    * gnu/packages/ruby.scm (ruby-activesupport): Update to 5.2.1.
---
 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 ef6cc24..3ead6d7 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3036,14 +3036,14 @@ you about the changes.")
 (define-public ruby-activesupport
   (package
     (name "ruby-activesupport")
-    (version "5.1.4")
+    (version "5.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "activesupport" version))
        (sha256
         (base32
-         "0sgf4rsfr7jcaqsx0wwzx4l4k9xsjlwv0mzl08pxiyp1qzyx8scr"))))
+         "0ziy6xk31k4fs115cdkba1ys4i8nzcyri7a2jig7nx7k5h7li6l2"))))
     (build-system ruby-build-system)
     (arguments
      `(#:phases



reply via email to

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