guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/36: gnu: ruby-memory-profiler: Update to 1.0.1.


From: guix-commits
Subject: 20/36: gnu: ruby-memory-profiler: Update to 1.0.1.
Date: Tue, 20 Jun 2023 17:19:25 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 9ff91468eefe720d0ab0ab0eebd0b42368c548b5
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Jun 18 12:02:08 2023 +0100

    gnu: ruby-memory-profiler: Update to 1.0.1.
    
    * gnu/packages/ruby.scm (ruby-memory-profiler): Update to 1.0.1.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7f15217db1..9f887dbf6d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9215,7 +9215,7 @@ during shutdown.")
 (define-public ruby-memory-profiler
   (package
     (name "ruby-memory-profiler")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
       (origin
         (method git-fetch)
@@ -9225,7 +9225,7 @@ during shutdown.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "07yqv11q68xg2fqkrhs6ysngryk8b9zq6qzh24rgx9xqv6qfnj0w"))))
+          "1z1x0rymfv45gh1y3s46w5pga5y8cvgn228jiwlnhc8hin3zig84"))))
     (build-system ruby-build-system)
     (synopsis "Memory profiling routines for Ruby")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]