gnu: ruby-shoulda-matchers: Update to 3.1.2.

* gnu/packages/ruby.scm (ruby-shoulda-matchers): Update to 3.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 23:16:48 +02:00
parent 8e5ff25042
commit d1c1f36803
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3396,14 +3396,14 @@ names.")
(define-public ruby-shoulda-matchers
(package
(name "ruby-shoulda-matchers")
(version "3.1.1")
(version "3.1.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "shoulda-matchers" version))
(sha256
(base32
"1cf6d2d9br82vylr9p362yk9cfrd14jz8v77n0yb0lbcxdbk7xzq"))))
"1zvv94pqk5b5my3w1shdz7h34xf2ldhg5k4qfdpbwi2iy0j9zw2a"))))
(build-system ruby-build-system)
(arguments
`(#:phases