gnu: Add ruby-rouge-2.
* gnu/packages/ruby.scm (ruby-rouge-2): New variable.
This commit is contained in:
parent
4ce0414bca
commit
2c5028bd97
@ -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"))))))
|
||||
|
Loading…
Reference in New Issue
Block a user