guix-commits
[Top][All Lists]
Advanced

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

17/19: gnu: ruby-slop: Update to 4.10.1.


From: guix-commits
Subject: 17/19: gnu: ruby-slop: Update to 4.10.1.
Date: Thu, 29 Jun 2023 07:06:05 -0400 (EDT)

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

commit a855eb2db3eaee8dbf7a179f40c0df5c31f004f7
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 29 11:58:42 2023 +0100

    gnu: ruby-slop: Update to 4.10.1.
    
    * gnu/packages/ruby.scm (ruby-slop): Update to 4.10.1.
    [native-inputs]: Remove.
---
 gnu/packages/ruby.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7018a34d6d..dfd1e962bc 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6093,16 +6093,14 @@ objects back to a @code{String}.")
 (define-public ruby-slop
   (package
     (name "ruby-slop")
-    (version "4.5.0")
+    (version "4.10.1")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "slop" version))
               (sha256
                (base32
-                "0bfm8535g0rkn9cbjndkckf0f7a3wj0rg4rqhrpsgxnbfdf2lm0p"))))
+                "1iyrjskgxyn8i1679qwkzns85p909aq77cgx2m4fs5ygzysj4hw4"))))
     (build-system ruby-build-system)
-    (native-inputs
-     (list ruby-minitest))
     (synopsis "Ruby command line option parser")
     (description "Slop provides a Ruby domain specific language for gathering
 options and parsing command line flags.")



reply via email to

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