gnu: Remove duplicate ruby-yard package definition.
* gnu/packages/ruby.scm (ruby-yard): Remove one of the two package definitions, and update the other to the latest release.
This commit is contained in:
parent
e9ab649e1e
commit
50135ff896
|
@ -3766,7 +3766,7 @@ A modified copy of yajl is used, and included in the package.")
|
||||||
(define-public ruby-yard
|
(define-public ruby-yard
|
||||||
(package
|
(package
|
||||||
(name "ruby-yard")
|
(name "ruby-yard")
|
||||||
(version "0.9.6")
|
(version "0.9.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3776,7 +3776,7 @@ A modified copy of yajl is used, and included in the package.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rsz4bghgx7fryzyhlz8wlnd2m9xgyvf1xhrq58mnzfrrfm41bdg"))))
|
"0sqpbayy9sb406jh0zqg6qha1xds863qz9531dh6vp58hc00clfq"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -5673,27 +5673,6 @@ support the tests found in Prawn, a pure Ruby PDF generation library.")
|
||||||
functionality from Prawn.")
|
functionality from Prawn.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public ruby-yard
|
|
||||||
(package
|
|
||||||
(name "ruby-yard")
|
|
||||||
(version "0.9.16")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (rubygems-uri "yard" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0lmmr1839qgbb3zxfa7jf5mzy17yjl1yirwlgzdhws4452gqhn67"))))
|
|
||||||
(build-system ruby-build-system)
|
|
||||||
(arguments `(#:test-target "spec"))
|
|
||||||
(home-page "https://yardoc.org/")
|
|
||||||
(synopsis "Ruby documentation tool")
|
|
||||||
(description "YARD is a documentation generation tool for the Ruby
|
|
||||||
programming language. It enables the user to generate consistent, usable
|
|
||||||
documentation that can be exported to a number of formats very easily, and
|
|
||||||
also supports extending for custom Ruby constructs such as custom class level
|
|
||||||
definitions.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public ruby-prawn
|
(define-public ruby-prawn
|
||||||
(package
|
(package
|
||||||
(name "ruby-prawn")
|
(name "ruby-prawn")
|
||||||
|
|
Loading…
Reference in New Issue