guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ruby-pstree: Update to 0.3.0.


From: guix-commits
Subject: branch master updated: gnu: ruby-pstree: Update to 0.3.0.
Date: Tue, 09 Mar 2021 15:30:57 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5b74e21  gnu: ruby-pstree: Update to 0.3.0.
5b74e21 is described below

commit 5b74e21e1212767083a5b796ebae9d32d5ff5e99
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 9 22:27:39 2021 +0200

    gnu: ruby-pstree: Update to 0.3.0.
    
    * gnu/packages/ruby.scm (ruby-pstree): Update to 0.3.0.
---
 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 f6a1c69..c138f18 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6154,13 +6154,13 @@ interface so that Terraform can be more easily invoked 
from Ruby code.")
 (define-public ruby-pstree
   (package
     (name "ruby-pstree")
-    (version "0.1.0")
+    (version "0.3.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "pstree" version))
               (sha256
                (base32
-                "1mig1sv5qx1cdyhjaipy8jlh9j8pnja04vprrzihyfr54x0215p1"))))
+                "0ld3ng37y92kv9vqnachw1l3n07hsc8hrnjs9d840liw0mysf1vp"))))
     (build-system ruby-build-system)
     (native-inputs
      `(("ruby-gem-hadar" ,ruby-gem-hadar)



reply via email to

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