guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: ruby-activesupport: Update to 5.1.4.


From: Ben Woodcroft
Subject: 01/01: gnu: ruby-activesupport: Update to 5.1.4.
Date: Mon, 11 Sep 2017 07:44:07 -0400 (EDT)

benwoodcroft pushed a commit to branch master
in repository guix.

commit d8661f52b1b9fcc26d4a4705e61dca4ac88f5463
Author: Ben Woodcroft <address@hidden>
Date:   Mon Sep 11 21:43:20 2017 +1000

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



reply via email to

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