mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-17 22:55:57 +02:00
gnu: Add ruby-listen-3.0.
* gnu/packages/ruby.scm (ruby-listen-3.0): New variable.
This commit is contained in:
@@ -3034,6 +3034,17 @@ you about the changes.")
|
||||
(home-page "https://github.com/guard/listen")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-listen-3.0
|
||||
(package
|
||||
(inherit ruby-listen)
|
||||
(version "3.0.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "listen" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l0y7hbyfiwpvk172r28hsdqsifq1ls39hsfmzi1vy4ll0smd14i"))))))
|
||||
|
||||
(define-public ruby-activesupport
|
||||
(package
|
||||
(name "ruby-activesupport")
|
||||
|
||||
Reference in New Issue
Block a user