guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: ruby-ascii85: Update to 1.0.3.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: ruby-ascii85: Update to 1.0.3.
Date: Wed, 25 Apr 2018 05:51:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5854082a7ad2aa5e7907d3fcde88a867bb0402ed
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 18 06:30:43 2018 +0200

    gnu: ruby-ascii85: Update to 1.0.3.
    
    * gnu/packages/ruby.scm (ruby-ascii85): Update to 1.0.3.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 98bb5bd..fc63709 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]