mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ruby-stackprof: Update to 0.2.26.
* gnu/packages/ruby.scm (ruby-stackprof): Update to 0.2.26. Change-Id: I6f15da677e630708c702eb00e83c960de8e3d639
This commit is contained in:
parent
d7e092719a
commit
447e9c9625
1 changed files with 2 additions and 2 deletions
|
@ -9849,13 +9849,13 @@ (define-public ruby-pry-byebug
|
||||||
(define-public ruby-stackprof
|
(define-public ruby-stackprof
|
||||||
(package
|
(package
|
||||||
(name "ruby-stackprof")
|
(name "ruby-stackprof")
|
||||||
(version "0.2.25")
|
(version "0.2.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "stackprof" version))
|
(uri (rubygems-uri "stackprof" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bhdgfb0pmw9mav1kw9fn0ka012sa0i3h5ppvqssw5xq48nhxnr8"))))
|
(base32 "1gdqqwnampxmc54nf6zfy9apkmkpdavzipvfssmjlhnrrjy8qh7f"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue