3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ruby-asciidoctor: Update to 1.5.7.1.

* gnu/packages/ruby.scm (ruby-asciidoctor): Update to 1.5.7.1.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-06 02:53:01 +02:00
parent 24a2622712
commit 9933a8e739
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -669,14 +669,14 @@ line of code.")
(define-public ruby-asciidoctor
(package
(name "ruby-asciidoctor")
(version "1.5.6.2")
(version "1.5.7.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "asciidoctor" version))
(sha256
(base32
"0zq3az4836nxkc8g5wnnbzmarw7663s1ky6gf8pc04sfpa8n2l3f"))))
"0v52bzc72cvg7zfgq27pa4mgyf29dx9m20fghrw1xmvwgd519n1w"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "test:all"