guix-commits
[Top][All Lists]
Advanced

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

06/59: gnu: ruby-pry: Update to 0.14.2.


From: guix-commits
Subject: 06/59: gnu: ruby-pry: Update to 0.14.2.
Date: Wed, 28 Jun 2023 05:55:11 -0400 (EDT)

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

commit 394cd2bc747109c0069d9e3b07a77422dbc41744
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Jun 21 10:14:47 2023 +0100

    gnu: ruby-pry: Update to 0.14.2.
    
    * gnu/packages/ruby.scm (ruby-pry): Update to 0.14.2.
---
 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 bd36c646c4..317a12e726 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6787,14 +6787,14 @@ The output can be customized with a formatting system.")
 (define-public ruby-pry
   (package
     (name "ruby-pry")
-    (version "0.13.1")
+    (version "0.14.2")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "pry" version))
        (sha256
         (base32
-         "0iyw4q4an2wmk8v5rn2ghfy2jaz9vmw2nk8415nnpx2s866934qk"))))
+         "0k9kqkd9nps1w1r1rb7wjr31hqzkka2bhi8b518x78dcxppm9zn4"))))
     (build-system ruby-build-system)
     (arguments
      '(#:tests? #f)) ; no tests



reply via email to

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