summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-18 06:30:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-25 11:47:12 +0200
commit5854082a7ad2aa5e7907d3fcde88a867bb0402ed (patch)
tree7421d51febf7545944d9b381b12d26657d984905
parentfe355a1f8df476eabbc7718d8b420e3e524a099a (diff)
downloadguix-5854082a7ad2aa5e7907d3fcde88a867bb0402ed.tar.gz
gnu: ruby-ascii85: Update to 1.0.3.
* gnu/packages/ruby.scm (ruby-ascii85): Update to 1.0.3.
-rw-r--r--gnu/packages/ruby.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 98bb5bd110..fc63709894 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4585,14 +4585,14 @@ files and use the data therein.")
 (define-public ruby-ascii85
   (package
     (name "ruby-ascii85")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "Ascii85" version))
        (sha256
         (base32
-         "0j95sbxd18kc8rhcnvl1w37kflqpax1r12h1x47gh4xxn3mz4m7q"))))
+         "0658m37jjjn6drzqg1gk4p6c205mgp7g1jh2d00n4ngghgmz5qvs"))))
     (build-system ruby-build-system)
     (native-inputs
      `(("bundler" ,bundler)))