mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +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
|
(define-public ruby-shoulda-matchers
|
||||||
(package
|
(package
|
||||||
(name "ruby-shoulda-matchers")
|
(name "ruby-shoulda-matchers")
|
||||||
(version "3.1.2")
|
(version "5.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "shoulda-matchers" version))
|
(uri (rubygems-uri "shoulda-matchers" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zvv94pqk5b5my3w1shdz7h34xf2ldhg5k4qfdpbwi2iy0j9zw2a"))))
|
"11igjgh16dl5pwqizdmclzlzpv7mbmnh8fx7m9b5kfsjhwxqdfpn"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue