mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: ruby-shoulda-matchers: Update to 5.3.0.
* gnu/packages/ruby.scm (ruby-shoulda-matchers): Update to 5.3.0.
This commit is contained in:
parent
d2b8af9b82
commit
253f51dcbb
1 changed files with 2 additions and 2 deletions
|
@ -10108,14 +10108,14 @@ (define-public ruby-shoulda-context
|
|||
(define-public ruby-shoulda-matchers
|
||||
(package
|
||||
(name "ruby-shoulda-matchers")
|
||||
(version "3.1.2")
|
||||
(version "5.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "shoulda-matchers" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zvv94pqk5b5my3w1shdz7h34xf2ldhg5k4qfdpbwi2iy0j9zw2a"))))
|
||||
"11igjgh16dl5pwqizdmclzlzpv7mbmnh8fx7m9b5kfsjhwxqdfpn"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue