guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ruby-hoe: Update to 3.16.0.


From: Ben Woodcroft
Subject: 01/02: gnu: ruby-hoe: Update to 3.16.0.
Date: Thu, 5 Jan 2017 11:10:00 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 8e941f2068e18923256964418370206edd934619
Author: Ben Woodcroft <address@hidden>
Date:   Thu Jan 5 20:49:45 2017 +1000

    gnu: ruby-hoe: Update to 3.16.0.
    
    * gnu/packages/ruby.scm (ruby-hoe): Update to 3.16.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 c09e511..b3bc882 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -180,13 +180,13 @@ a focus on simplicity and productivity.")
 (define-public ruby-hoe
   (package
     (name "ruby-hoe")
-    (version "3.15.2")
+    (version "3.16.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "hoe" version))
               (sha256
                (base32
-                "1riyf9j9vp7dzgpw5xj9xx1vqkdmg6lr7qiprmn91hcdp81kaszp"))) )
+                "03r8nsw4n4mnia9iqiqk9kqhvrl96m2i81j4yg8cpnppd8vk7vlb"))))
     (build-system ruby-build-system)
     (synopsis "Ruby project management helper")
     (description



reply via email to

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