guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add ruby-hoe-3.


From: guix-commits
Subject: 03/05: gnu: Add ruby-hoe-3.
Date: Sat, 1 Jul 2023 05:26:10 -0400 (EDT)

cbaines pushed a commit to branch ruby-team
in repository guix.

commit bcd8b886f655bf5f19fa8d87f6802d9be05d9a3b
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Jul 1 10:07:26 2023 +0100

    gnu: Add ruby-hoe-3.
    
    Some packages tests fail due to Hoe not parsing the README, so this 
provides a
    way around that.
    
    * gnu/packages/ruby.scm (ruby-hoe-3): New variable.
---
 gnu/packages/ruby.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f6aa86e6ae..af47d4ad6f 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -406,6 +406,17 @@ announcement.")
     (home-page "https://www.zenspider.com/projects/hoe.html";)
     (license license:expat)))
 
+(define-public ruby-hoe-3
+  (package
+    (inherit ruby-hoe)
+    (version "3.26.0")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "hoe" version))
+              (sha256
+               (base32
+                "02vmphnfzna1dbb1l5nczcvlvvsg4flr26bdhmvdyf447bpswa63"))))))
+
 (define-public ruby-rake-compiler
   (package
     (name "ruby-rake-compiler")



reply via email to

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