guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: ruby-rails-dom-testing: Update to 2.0.3.


From: guix-commits
Subject: 05/12: gnu: ruby-rails-dom-testing: Update to 2.0.3.
Date: Tue, 23 Feb 2021 09:06:54 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 945d5d039ac81489eba40c35ef6ea53ba8b26f7b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 23 15:09:58 2021 +0200

    gnu: ruby-rails-dom-testing: Update to 2.0.3.
    
    * gnu/packages/rails.scm (ruby-rails-dom-testing): Update to 2.0.3.
---
 gnu/packages/rails.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rails.scm b/gnu/packages/rails.scm
index 42cc240..d61e351 100644
--- a/gnu/packages/rails.scm
+++ b/gnu/packages/rails.scm
@@ -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)))



reply via email to

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