sharlatan pushed a commit to branch ruby-team
in repository guix.

commit 648e2b7e516cd6d644071082d679cfff2c9a41c1
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 16 01:33:40 2025 +0100

    gnu: ruby-stackprof: Update to 0.2.27.
    
    * gnu/packages/ruby.scm (ruby-stackprof): Update to 0.2.27.
    
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/ruby.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index c61e69ddbb..e637770d1a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9861,13 +9861,13 @@ navigation capabilities to @code{pry}, using 
@code{byebug}.")
 (define-public ruby-stackprof
   (package
     (name "ruby-stackprof")
-    (version "0.2.26")
+    (version "0.2.27")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "stackprof" version))
        (sha256
-        (base32 "1gdqqwnampxmc54nf6zfy9apkmkpdavzipvfssmjlhnrrjy8qh7f"))))
+        (base32 "03788mbipmihq2w7rznzvv0ks0s9z1321k1jyr6ffln8as3d5xmg"))))
     (build-system ruby-build-system)
     (arguments
      (list
@@ -9889,7 +9889,7 @@ navigation capabilities to @code{pry}, using 
@code{byebug}.")
                 ;; This test often fails
                 (("def test_gc") "def skip_test_gc")
                 ;; 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"))))
           (add-before 'check 'build-tests
             (lambda _

Reply via email to