gnu: ruby-fast-gettext: Update to 2.0.3.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 29 May 2020 06:20:34 +0000 (08:20 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 29 May 2020 06:32:03 +0000 (08:32 +0200)
* gnu/packages/ruby.scm (ruby-fast-gettext): Update to 2.0.3.

gnu/packages/ruby.scm

index c80bab4..5ffb437 100644 (file)
@@ -2495,7 +2495,7 @@ interface for Ruby programs.")
 (define-public ruby-fast-gettext
   (package
     (name "ruby-fast-gettext")
-    (version "2.0.2")
+    (version "2.0.3")
     (home-page "https://github.com/grosser/fast_gettext")
     (source (origin
               (method git-fetch)
@@ -2504,7 +2504,7 @@ interface for Ruby programs.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rd48fp89k1sclgn2v26br2glwl3iv7z72mizzzmkdmqalqfn1sa"))))
+                "1dg14apq5sfjshhcq0idphhs7aq9ikzswhqmn689p1h76mxqr1v6"))))
     (build-system ruby-build-system)
     (arguments
      '(#:test-target "spec"