gnu: ruby-introspection: Update to 0.0.4.
* gnu/packages/ruby.scm (ruby-introspection): Update to 0.0.4.
This commit is contained in:
parent
a88f24d860
commit
98ff58a53d
|
@ -1345,13 +1345,13 @@ knowing anything about the constructor.")
|
||||||
(define-public ruby-introspection
|
(define-public ruby-introspection
|
||||||
(package
|
(package
|
||||||
(name "ruby-introspection")
|
(name "ruby-introspection")
|
||||||
(version "0.0.3")
|
(version "0.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "introspection" version))
|
(uri (rubygems-uri "introspection" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g1j71sqfxbqk32wj7d0bkd3dlayfqzprfq3dbr0rq107xbxjcrr"))))
|
"1y2nbijkc0zlfmn9ss6588ilarq2kbn2i7w7pwwsli66dj84zgca"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue