summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 18:12:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 18:29:09 +0200
commitdcfa85ac1fccadb6dce847085cf16135a4c94ad3 (patch)
tree028ff34ebf075d2f9edeaa73963294fc13c957fa
parentf6a62f68fa2bcc7a0d1d7226b47ccacf01e0069f (diff)
downloadguix-dcfa85ac1fccadb6dce847085cf16135a4c94ad3.tar.gz
gnu: ruby-rexml: Update to 3.2.5.
* gnu/packages/ruby.scm (ruby-rexml): Update to 3.2.5.
-rw-r--r--gnu/packages/ruby.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 806c6cf873..300726764e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7159,7 +7159,7 @@ by RuboCop to deal with Ruby's Abstract Syntax Tree (AST), in particular:
 (define-public ruby-rexml
   (package
     (name "ruby-rexml")
-    (version "3.2.4")
+    (version "3.2.5")
     (source
      (origin
        (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))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0rhjjbkaq2f2cs8hyr2i4yjqpcyl8m0wmr2cypa401m3fvz4221i"))))
+        (base32 "13n6vaa80drqic2wri4q6k22qzvsn683vp5s8c9dllil6x04kn0x"))))
     (build-system ruby-build-system)
     (synopsis "XML toolkit for Ruby")
     (description "Inspired by Electric XML library for Java, REXML aims to be