guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: ruby-json: Update to 2.1.0.


From: Ben Woodcroft
Subject: 01/07: gnu: ruby-json: Update to 2.1.0.
Date: Fri, 2 Jun 2017 23:59:53 -0400 (EDT)

benwoodcroft pushed a commit to branch staging
in repository guix.

commit a281accec5922672c3061f234668444ee01fcbf0
Author: Ben Woodcroft <address@hidden>
Date:   Fri Jun 2 20:58:18 2017 -0500

    gnu: ruby-json: Update to 2.1.0.
    
    * gnu/packages/ruby.scm (ruby-json): Update to 2.1.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 1df7d60..d376a7f 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2436,14 +2436,14 @@ when working with Ruby code.")
 (define-public ruby-json
   (package
     (name "ruby-json")
-    (version "1.8.3")
+    (version "2.1.0")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "json" version))
        (sha256
         (base32
-         "1nsby6ry8l9xg3yw4adlhk2pnc7i0h0rznvcss4vk3v74qg0k8lc"))))
+         "01v6jjpvh3gnq6sgllpfqahlgxzj50ailwhj9b3cd20hi2dx0vxp"))))
     (build-system ruby-build-system)
     (arguments '(#:tests? #f)) ; dependency cycle with sdoc
     (synopsis "JSON library for Ruby")



reply via email to

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