diff options
| author | Christopher Baines <mail@cbaines.net> | 2023-03-02 10:37:28 +0000 |
|---|---|---|
| committer | Christopher Baines <mail@cbaines.net> | 2023-03-02 10:55:08 +0000 |
| commit | 7df09ee0ab3e7962ef27859ce87e06a323059284 (patch) | |
| tree | d81334f742ddcb9a1ee63961ca6410922980af1c /gnu/packages/ruby.scm | |
| parent | 2ac51ec99b58b50c08ba719a8c7e9dba0330b065 (diff) | |
| parent | af95f2d8f98eb2c8c64954bb2fd0b70838899174 (diff) | |
Merge remote-tracking branch 'savannah/master' into core-updates
Conflicts:
gnu/local.mk
gnu/packages/autotools.scm
gnu/packages/cmake.scm
gnu/packages/gnuzilla.scm
gnu/packages/haskell.scm
gnu/packages/pdf.scm
gnu/packages/python-xyz.scm
gnu/packages/samba.scm
gnu/packages/tex.scm
gnu/packages/tls.scm
gnu/packages/wxwidgets.scm
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 5c8b7eba7a8..c7b510ae435 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -239,7 +239,7 @@ a focus on simplicity and productivity.") | |||
| 239 | (define-public ruby-3.2 | 239 | (define-public ruby-3.2 |
| 240 | (package | 240 | (package |
| 241 | (inherit ruby-3.1) | 241 | (inherit ruby-3.1) |
| 242 | (version "3.2.0") | 242 | (version "3.2.1") |
| 243 | (source | 243 | (source |
| 244 | (origin | 244 | (origin |
| 245 | (method url-fetch) | 245 | (method url-fetch) |
| @@ -248,7 +248,7 @@ a focus on simplicity and productivity.") | |||
| 248 | "/ruby-" version ".tar.xz")) | 248 | "/ruby-" version ".tar.xz")) |
| 249 | (sha256 | 249 | (sha256 |
| 250 | (base32 | 250 | (base32 |
| 251 | "1d18ifvdbf21cncpany948vc2gjw3qa36ck9b4i97pg60rrmgx6j")))) | 251 | "0333xln2jkqdfk5zwxas6rpyd4rff2910z99qnyrqi15mrhqcv3l")))) |
| 252 | (inputs | 252 | (inputs |
| 253 | (modify-inputs (package-inputs ruby-3.1) | 253 | (modify-inputs (package-inputs ruby-3.1) |
| 254 | (prepend libyaml))))) | 254 | (prepend libyaml))))) |
| @@ -3668,7 +3668,7 @@ use GNU gettext tools for maintenance.") | |||
| 3668 | (synopsis "Utility library to package internationalized libraries") | 3668 | (synopsis "Utility library to package internationalized libraries") |
| 3669 | (description | 3669 | (description |
| 3670 | "Packnga is a library to translate to many languages using YARD.") | 3670 | "Packnga is a library to translate to many languages using YARD.") |
| 3671 | (home-page "http://ranguba.org/packnga/") | 3671 | (home-page "https://ranguba.org/packnga/") |
| 3672 | (license license:lgpl2.0+))) | 3672 | (license license:lgpl2.0+))) |
| 3673 | 3673 | ||
| 3674 | (define-public ruby-test-construct | 3674 | (define-public ruby-test-construct |
| @@ -5080,7 +5080,7 @@ to reproduce user environments.") | |||
| 5080 | (synopsis "HTML, XML, SAX, and Reader parser for Ruby") | 5080 | (synopsis "HTML, XML, SAX, and Reader parser for Ruby") |
| 5081 | (description "Nokogiri (鋸) parses and searches XML/HTML, and features | 5081 | (description "Nokogiri (鋸) parses and searches XML/HTML, and features |
| 5082 | both CSS3 selector and XPath 1.0 support.") | 5082 | both CSS3 selector and XPath 1.0 support.") |
| 5083 | (home-page "http://www.nokogiri.org/") | 5083 | (home-page "https://www.nokogiri.org/") |
| 5084 | (license license:expat))) | 5084 | (license license:expat))) |
| 5085 | 5085 | ||
| 5086 | (define-public ruby-method-source | 5086 | (define-public ruby-method-source |
| @@ -6437,7 +6437,7 @@ lock with a counter.") | |||
| 6437 | (description | 6437 | (description |
| 6438 | "Oj is a JSON parser and generator for Ruby, where the encoding and | 6438 | "Oj is a JSON parser and generator for Ruby, where the encoding and |
| 6439 | decoding of JSON is implemented as a C extension to Ruby.") | 6439 | decoding of JSON is implemented as a C extension to Ruby.") |
| 6440 | (home-page "http://www.ohler.com/oj/") | 6440 | (home-page "https://www.ohler.com/oj/") |
| 6441 | (license (list license:expat ; Ruby code | 6441 | (license (list license:expat ; Ruby code |
| 6442 | license:bsd-3)))) ; extension code | 6442 | license:bsd-3)))) ; extension code |
| 6443 | 6443 | ||
| @@ -6461,7 +6461,7 @@ decoding of JSON is implemented as a C extension to Ruby.") | |||
| 6461 | written as a native C extension. It was designed to be an alternative to | 6461 | written as a native C extension. It was designed to be an alternative to |
| 6462 | Nokogiri and other Ruby XML parsers for generic XML parsing and as an | 6462 | Nokogiri and other Ruby XML parsers for generic XML parsing and as an |
| 6463 | alternative to Marshal for Object serialization.") | 6463 | alternative to Marshal for Object serialization.") |
| 6464 | (home-page "http://www.ohler.com/ox") | 6464 | (home-page "https://www.ohler.com/ox") |
| 6465 | (license license:expat))) | 6465 | (license license:expat))) |
| 6466 | 6466 | ||
| 6467 | (define-public ruby-redcloth | 6467 | (define-public ruby-redcloth |
| @@ -11668,7 +11668,7 @@ entities.") | |||
| 11668 | (description | 11668 | (description |
| 11669 | "Sinatra is a DSL for quickly creating web applications in Ruby with | 11669 | "Sinatra is a DSL for quickly creating web applications in Ruby with |
| 11670 | minimal effort.") | 11670 | minimal effort.") |
| 11671 | (home-page "http://sinatrarb.com/") | 11671 | (home-page "https://sinatrarb.com/") |
| 11672 | (license license:expat))) | 11672 | (license license:expat))) |
| 11673 | 11673 | ||
| 11674 | (define-public ruby-thin | 11674 | (define-public ruby-thin |
| @@ -12524,7 +12524,7 @@ reference object. This object is not created until the first method dispatch.") | |||
| 12524 | (sha256 | 12524 | (sha256 |
| 12525 | (base32 "197wrgqrddgm1xs3yvjvd8vkvil4h4mdrcp16jmd4b57rxrrr769")))) | 12525 | (base32 "197wrgqrddgm1xs3yvjvd8vkvil4h4mdrcp16jmd4b57rxrrr769")))) |
| 12526 | (build-system ruby-build-system) | 12526 | (build-system ruby-build-system) |
| 12527 | (home-page "http://mjackson.github.io/citrus/") | 12527 | (home-page "https://mjackson.github.io/citrus/") |
| 12528 | (synopsis "Parsing Expressions for Ruby") | 12528 | (synopsis "Parsing Expressions for Ruby") |
| 12529 | (description "Citrus is a parsing library for Ruby that combines the | 12529 | (description "Citrus is a parsing library for Ruby that combines the |
| 12530 | expressiveness of the language with the parsing expressions.") | 12530 | expressiveness of the language with the parsing expressions.") |
| @@ -12548,7 +12548,7 @@ expressiveness of the language with the parsing expressions.") | |||
| 12548 | ruby-rspec | 12548 | ruby-rspec |
| 12549 | ruby-rake-compiler | 12549 | ruby-rake-compiler |
| 12550 | ruby-yard)) | 12550 | ruby-yard)) |
| 12551 | (home-page "http://cbor.io/") | 12551 | (home-page "https://cbor.io/") |
| 12552 | (synopsis "Concise Binary Object Representation") | 12552 | (synopsis "Concise Binary Object Representation") |
| 12553 | (description "CBOR is a library for the | 12553 | (description "CBOR is a library for the |
| 12554 | @acronym{CBOR, Concise Binary Object Representation} format, based on | 12554 | @acronym{CBOR, Concise Binary Object Representation} format, based on |
| @@ -12738,7 +12738,7 @@ using published rates from open-exchange-rates. Compatible with the money gem." | |||
| 12738 | ;; No rakefile | 12738 | ;; No rakefile |
| 12739 | `(#:tests? #f)) | 12739 | `(#:tests? #f)) |
| 12740 | (propagated-inputs (list ruby-rack)) | 12740 | (propagated-inputs (list ruby-rack)) |
| 12741 | (home-page "http://roda.jeremyevans.net") | 12741 | (home-page "https://roda.jeremyevans.net") |
| 12742 | (synopsis "Routing Tree Web Toolkit") | 12742 | (synopsis "Routing Tree Web Toolkit") |
| 12743 | (description "Roda is a routing tree web toolkit, designed for building fast | 12743 | (description "Roda is a routing tree web toolkit, designed for building fast |
| 12744 | and maintainable web applications in ruby.") | 12744 | and maintainable web applications in ruby.") |
