guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add ruby-slop-3.


From: David Thompson
Subject: 03/04: gnu: Add ruby-slop-3.
Date: Sun, 06 Sep 2015 13:12:53 +0000

davexunit pushed a commit to branch master
in repository guix.

commit 5337f8b97ddc754d04c2888822295602554d3944
Author: David Thompson <address@hidden>
Date:   Sun Sep 6 09:00:55 2015 -0400

    gnu: Add ruby-slop-3.
    
    * gnu/packages/ruby.scm (ruby-slop-3): New variable.
---
 gnu/packages/ruby.scm |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 9fd5316..b85bf82 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -732,6 +732,16 @@ options and parsing command line flags.")
     (home-page "https://github.com/leejarvis/slop";)
     (license license:expat)))
 
+(define-public ruby-slop-3
+  (package (inherit ruby-slop)
+    (version "3.6.0")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "slop" version))
+              (sha256
+               (base32
+                "00w8g3j7k7kl8ri2cf1m58ckxk8rn350gp4chfscmgv6pq1spk3n"))))))
+
 (define-public ruby-multipart-post
   (package
     (name "ruby-multipart-post")



reply via email to

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