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:
Nicolas Graves 2025-02-16 01:33:40 +01:00 committed by Andreas Enge
parent 62485bbb6f
commit 159e307ca6
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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 _