me
/
guix
Archived
1
0
Fork 0

gnu: ruby-rails-dom-testing: Update to 2.0.3.

* gnu/packages/rails.scm (ruby-rails-dom-testing): Update to 2.0.3.
master
Efraim Flashner 2021-02-23 15:09:58 +02:00
parent 8bb7ebc3d8
commit 945d5d039a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View 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)))