mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-rails: Update to 6.1.3.
* gnu/packages/rails.scm (ruby-activemodel, ruby-activerecord, ruby-actionview, ruby-actionpack, ruby-actioncable, ruby-activejob, ruby-activestorage, ruby-actionmailer, ruby-railties, ruby-rails): Update to 6.1.3. (ruby-actiontext, ruby-actionmailbox): New variables. (ruby-actioncable)[propagated-inputs]: Add ruby-activesupport. (ruby-activestorage)[propagated-inputs]: Add ruby-activejob, ruby-activesupport, ruby-mimemagic. (ruby-actionmailer)[propagated-inputs]: Add ruby-activesupport. (ruby-railties)[propagated-inputs]: Add ruby-rake. (ruby-rails)[propagated-inputs]: Add ruby-actionmailbox, ruby-actiontext. * gnu/packages/ruby.scm (ruby-activesupport): Update to 6.1.3. [propagated-inputs]: Add ruby-zeitwerk. [home-page]: Use https.
This commit is contained in:
parent
c2fdc528dd
commit
3c548c3e0e
2 changed files with 95 additions and 31 deletions
|
@ -6434,14 +6434,14 @@ documents and fragments. It's built on top of Nokogiri and libxml2.")
|
|||
(define-public ruby-activesupport
|
||||
(package
|
||||
(name "ruby-activesupport")
|
||||
(version "5.2.2.1")
|
||||
(version "6.1.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "activesupport" version))
|
||||
(sha256
|
||||
(base32
|
||||
"161bp4p01v1a1lvszrhd1a02zf9x1p1l1yhw79a3rix1kvzkkdqb"))))
|
||||
"00a4db64g8w5yyk6hzak2nqrmdfvyh5zc9cvnm9gglwbi87ss28h"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -6455,12 +6455,13 @@ documents and fragments. It's built on top of Nokogiri and libxml2.")
|
|||
("ruby-i18n" ,ruby-i18n)
|
||||
("ruby-minitest" ,ruby-minitest)
|
||||
("ruby-tzinfo" ,ruby-tzinfo)
|
||||
("ruby-tzinfo-data" ,ruby-tzinfo-data)))
|
||||
("ruby-tzinfo-data" ,ruby-tzinfo-data)
|
||||
("ruby-zeitwerk" ,ruby-zeitwerk)))
|
||||
(synopsis "Ruby on Rails utility library")
|
||||
(description "ActiveSupport is a toolkit of support libraries and Ruby
|
||||
core extensions extracted from the Rails framework. It includes support for
|
||||
multibyte strings, internationalization, time zones, and testing.")
|
||||
(home-page "http://www.rubyonrails.org")
|
||||
(home-page "https://www.rubyonrails.org")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public ruby-crass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue