gnu: ruby-debug-inspector: Update to 0.0.3.
* gnu/packages/ruby.scm (ruby-debug-inspector): Update to 0.0.3.
This commit is contained in:
parent
c3b36fa161
commit
eec0c587af
|
@ -66,14 +66,14 @@ migration.")
|
||||||
(define-public ruby-debug-inspector
|
(define-public ruby-debug-inspector
|
||||||
(package
|
(package
|
||||||
(name "ruby-debug-inspector")
|
(name "ruby-debug-inspector")
|
||||||
(version "0.0.2")
|
(version "0.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "debug_inspector" version))
|
(uri (rubygems-uri "debug_inspector" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"109761g00dbrw5q0dfnbqg8blfm699z4jj70l4zrgf9mzn7ii50m"))))
|
"0vxr0xa1mfbkfcrn71n7c4f2dj7la5hvphn904vh20j3x4j5lrx0"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue