Archived
1
0
Fork 0

gnu: ruby-rexml: Update to 3.2.5.

* gnu/packages/ruby.scm (ruby-rexml): Update to 3.2.5.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 18:12:09 +02:00
parent f6a62f68fa
commit dcfa85ac1f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7159,7 +7159,7 @@ by RuboCop to deal with Ruby's Abstract Syntax Tree (AST), in particular:
(define-public ruby-rexml (define-public ruby-rexml
(package (package
(name "ruby-rexml") (name "ruby-rexml")
(version "3.2.4") (version "3.2.5")
(source (source
(origin (origin
(method git-fetch) ;no tests in distributed gem (method git-fetch) ;no tests in distributed gem
@ -7168,8 +7168,7 @@ by RuboCop to deal with Ruby's Abstract Syntax Tree (AST), in particular:
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "13n6vaa80drqic2wri4q6k22qzvsn683vp5s8c9dllil6x04kn0x"))))
"0rhjjbkaq2f2cs8hyr2i4yjqpcyl8m0wmr2cypa401m3fvz4221i"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(synopsis "XML toolkit for Ruby") (synopsis "XML toolkit for Ruby")
(description "Inspired by Electric XML library for Java, REXML aims to be (description "Inspired by Electric XML library for Java, REXML aims to be