gnu: ruby-rails-dom-testing: Update to 2.0.3.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 23 Feb 2021 13:09:58 +0000 (15:09 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 23 Feb 2021 14:04:26 +0000 (16:04 +0200)
* gnu/packages/rails.scm (ruby-rails-dom-testing): Update to 2.0.3.

gnu/packages/rails.scm

index 42cc240..d61e351 100644 (file)
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2019, 2021 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -285,7 +285,7 @@ directly.")
 (define-public ruby-rails-dom-testing
   (package
    (name "ruby-rails-dom-testing")
-   (version "2.0.2")
+   (version "2.0.3")
    (source
     (origin
       (method git-fetch)
@@ -295,7 +295,7 @@ directly.")
       (file-name (git-file-name name version))
       (sha256
        (base32
-        "0zrg6x1w3wjgklbhcphjmggl11jx5s8cl21qjqij7wknm412i5wl"))))
+        "17vdh273cmmfpzy5m546dd13zqmimv54jjx0f7sl0zi5lwz0gnck"))))
    (build-system ruby-build-system)
    (native-inputs
     `(("bundler" ,bundler)))