gnu: ruby-shoulda-context: Update to 1.2.2.
* gnu/packages/ruby.scm (ruby-shoulda-context): Update to 1.2.2.
This commit is contained in:
parent
ca0839142e
commit
e7d1d472cd
|
@ -3333,14 +3333,14 @@ engine.")
|
||||||
(define-public ruby-shoulda-context
|
(define-public ruby-shoulda-context
|
||||||
(package
|
(package
|
||||||
(name "ruby-shoulda-context")
|
(name "ruby-shoulda-context")
|
||||||
(version "1.2.1")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "shoulda-context" version))
|
(uri (rubygems-uri "shoulda-context" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06wv2ika5zrbxn0m3qxwk0zkbspxids3zmlq3xxays5qmvl1qb55"))))
|
"1l0ncsxycb4s8n47dml97kdnixw4mizljbkwqc3rh05r70csq9bc"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue