3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
Tobias Geerinckx-Rice 2017-08-10 23:30:02 +02:00
parent c3b36fa161
commit eec0c587af
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -66,14 +66,14 @@ migration.")
(define-public ruby-debug-inspector
(package
(name "ruby-debug-inspector")
(version "0.0.2")
(version "0.0.3")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "debug_inspector" version))
(sha256
(base32
"109761g00dbrw5q0dfnbqg8blfm699z4jj70l4zrgf9mzn7ii50m"))))
"0vxr0xa1mfbkfcrn71n7c4f2dj7la5hvphn904vh20j3x4j5lrx0"))))
(build-system ruby-build-system)
(arguments
`(#:phases