guix-commits
[Top][All Lists]
Advanced

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

10/11: gnu: ruby-ruby-prof: Update to 1.4.3.


From: guix-commits
Subject: 10/11: gnu: ruby-ruby-prof: Update to 1.4.3.
Date: Sun, 12 Sep 2021 08:37:47 -0400 (EDT)

efraim pushed a commit to branch core-updates-frozen
in repository guix.

commit 2ccf988ff520a41a27206a7819c6620696e222cf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 12 15:29:58 2021 +0300

    gnu: ruby-ruby-prof: Update to 1.4.3.
    
    * gnu/packages/ruby.scm (ruby-ruby-prof): Update to 1.4.3.
---
 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 a102790..16b8678 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7769,14 +7769,14 @@ variable length integers (varint) in Ruby Protocol 
Buffers.")
 (define-public ruby-ruby-prof
   (package
     (name "ruby-ruby-prof")
-    (version "1.4.1")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "ruby-prof" version))
        (sha256
         (base32
-         "12cd91m08ih0imfpy4k87618hd4mhyz291a6bx2hcskza4nf6d27"))))
+         "1r3xalp91l07m0cwllcxjzg6nkviiqnxkcbgg5qnzsdji6rgy65m"))))
     (build-system ruby-build-system)
     (arguments
      `(#:phases



reply via email to

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