gnu: Add ruby-rouge-2.

* gnu/packages/ruby.scm (ruby-rouge-2): New variable.
This commit is contained in:
Julien Lepiller 2018-08-26 17:04:59 +02:00
parent 4ce0414bca
commit 2c5028bd97
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -5708,3 +5708,14 @@ (define-public ruby-rouge
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"))))))