guix-commits
[Top][All Lists]
Advanced

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

32/41: gnu: Add ruby-rouge-2.


From: julien lepiller
Subject: 32/41: gnu: Add ruby-rouge-2.
Date: Sat, 1 Sep 2018 17:10:19 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 2c5028bd97d50723b1a0ad1b2b5781487779b78b
Author: Julien Lepiller <address@hidden>
Date:   Sun Aug 26 17:04:59 2018 +0200

    gnu: Add ruby-rouge-2.
    
    * gnu/packages/ruby.scm (ruby-rouge-2): 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 e605f3e..9aabd4f 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5708,3 +5708,14 @@ is compatible with stylesheets designed for pygments.")
                license:expat
                ;; pygments is licensed under bsd-2
                license:bsd-2))))
+
+(define-public ruby-rouge-2
+  (package
+    (inherit ruby-rouge)
+    (version "2.2.1")
+    (source (origin
+              (method url-fetch)
+              (uri (rubygems-uri "rouge" version))
+              (sha256
+               (base32
+                "02kpahk5nkc33yxnn75649kzxaz073wvazr2zyg491nndykgnvcs"))))))



reply via email to

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