mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-stackprof: Update to 0.2.27.
* gnu/packages/ruby.scm (ruby-stackprof): Update to 0.2.27. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
62485bbb6f
commit
159e307ca6
1 changed files with 3 additions and 3 deletions
|
@ -9870,13 +9870,13 @@ navigation capabilities to @code{pry}, using @code{byebug}.")
|
||||||
(define-public ruby-stackprof
|
(define-public ruby-stackprof
|
||||||
(package
|
(package
|
||||||
(name "ruby-stackprof")
|
(name "ruby-stackprof")
|
||||||
(version "0.2.26")
|
(version "0.2.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "stackprof" version))
|
(uri (rubygems-uri "stackprof" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1gdqqwnampxmc54nf6zfy9apkmkpdavzipvfssmjlhnrrjy8qh7f"))))
|
(base32 "03788mbipmihq2w7rznzvv0ks0s9z1321k1jyr6ffln8as3d5xmg"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -9898,7 +9898,7 @@ navigation capabilities to @code{pry}, using @code{byebug}.")
|
||||||
;; This test often fails
|
;; This test often fails
|
||||||
(("def test_gc") "def skip_test_gc")
|
(("def test_gc") "def skip_test_gc")
|
||||||
;; This test is known to fail on 32-bit systems.
|
;; This test is known to fail on 32-bit systems.
|
||||||
;; /gnu/store/...-stackprof-0.2.26.gem
|
;; /gnu/store/...-stackprof-0.2.27.gem
|
||||||
(("def test_raw") "def skip_test_raw"))))
|
(("def test_raw") "def skip_test_raw"))))
|
||||||
(add-before 'check 'build-tests
|
(add-before 'check 'build-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue