mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ruby-nokogumbo: Update to 1.4.7-1.
* gnu/packages/ruby.scm (ruby-nokogumbo): Update to 1.4.7-1.
This commit is contained in:
parent
59884b71e3
commit
f1ae7c6218
1 changed files with 60 additions and 59 deletions
|
@ -2511,9 +2511,10 @@ (define-public ruby-crass
|
|||
(license license:expat)))
|
||||
|
||||
(define-public ruby-nokogumbo
|
||||
(let ((commit "fb51ff299a1c34346837580b6d1d9a60fadf5dbd"))
|
||||
(package
|
||||
(name "ruby-nokogumbo")
|
||||
(version "1.4.6")
|
||||
(version (string-append "1.4.7-1." (string-take commit 8)))
|
||||
(source (origin
|
||||
;; We use the git reference, because there's no Rakefile in the
|
||||
;; published gem and the tarball on Github is outdated.
|
||||
|
@ -2571,7 +2572,7 @@ (define-public ruby-nokogumbo
|
|||
"Nokogumbo allows a Ruby program to invoke the Gumbo HTML5 parser and
|
||||
access the result as a Nokogiri parsed document.")
|
||||
(home-page "https://github.com/rubys/nokogumbo/")
|
||||
(license license:asl2.0)))
|
||||
(license license:asl2.0))))
|
||||
|
||||
(define-public ruby-sanitize
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue