mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: ruby-ast: Update to 2.4.2.
* gnu/packages/ruby.scm (ruby-ast): Update to 2.4.2.
This commit is contained in:
parent
878124a805
commit
24e01274ff
1 changed files with 2 additions and 2 deletions
|
@ -1936,7 +1936,7 @@ (define-public ruby-asciidoctor-pdf
|
|||
(define-public ruby-ast
|
||||
(package
|
||||
(name "ruby-ast")
|
||||
(version "2.4.1")
|
||||
(version "2.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;no test included in gem from v2.4.1
|
||||
|
@ -1946,7 +1946,7 @@ (define-public ruby-ast
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k8vya256chimy473g818gim06m5rjgh6mz5sc5g8xz3csh3rysi"))))
|
||||
"0vm94yml8rknr7z034vg6s3fpx6lml2prz9fn3hr67cx0143bb4h"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue