gnu: ruby-asciidoctor: Update to 2.0.16.
* gnu/packages/ruby.scm (ruby-asciidoctor): Update to 2.0.16. [native-inputs]: Add ruby-erubi.
This commit is contained in:
		
							parent
							
								
									2ccf988ff5
								
							
						
					
					
						commit
						27d2e828b9
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
					@ -1275,7 +1275,7 @@ syntax to the minimum while remaining clear.")
 | 
				
			||||||
(define-public ruby-asciidoctor
 | 
					(define-public ruby-asciidoctor
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ruby-asciidoctor")
 | 
					    (name "ruby-asciidoctor")
 | 
				
			||||||
    (version "2.0.10")
 | 
					    (version "2.0.16")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)               ;the gem release lacks a Rakefile
 | 
					       (method git-fetch)               ;the gem release lacks a Rakefile
 | 
				
			||||||
| 
						 | 
					@ -1285,7 +1285,7 @@ syntax to the minimum while remaining clear.")
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0jaxpnsdnx3qyjw5p2lsx1swny12q1i2vxw2kgdp4vlsyjv95z95"))))
 | 
					         "086i17v9rxx0sxac26xp8c5v75jqba6rqjlk57x94qjvrh8vzyw2"))))
 | 
				
			||||||
    (build-system ruby-build-system)
 | 
					    (build-system ruby-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:test-target "test:all"
 | 
					     `(#:test-target "test:all"
 | 
				
			||||||
| 
						 | 
					@ -1299,7 +1299,8 @@ syntax to the minimum while remaining clear.")
 | 
				
			||||||
                (string-append stripped "\n")))
 | 
					                (string-append stripped "\n")))
 | 
				
			||||||
             #t)))))
 | 
					             #t)))))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ruby-erubis" ,ruby-erubis)
 | 
					     `(("ruby-erubi" ,ruby-erubi)
 | 
				
			||||||
 | 
					       ("ruby-erubis" ,ruby-erubis)
 | 
				
			||||||
       ("ruby-minitest" ,ruby-minitest)
 | 
					       ("ruby-minitest" ,ruby-minitest)
 | 
				
			||||||
       ("ruby-nokogiri" ,ruby-nokogiri)
 | 
					       ("ruby-nokogiri" ,ruby-nokogiri)
 | 
				
			||||||
       ("ruby-asciimath" ,ruby-asciimath)
 | 
					       ("ruby-asciimath" ,ruby-asciimath)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue