mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: ruby-unicode-display-width: Update to 3.2.0.
* gnu/packages/ruby-xyz.scm (ruby-unicode-display-width): Update to 3.2.0. [propagated-inputs]: Add ruby-unicode-emoji. Change-Id: Ida9c8fc4f005153ae1395ac9939441d7b405263d Signed-off-by: Steve George <steve@futurile.net>
This commit is contained in:
committed by
Steve George
parent
3a2775a160
commit
67c8d652fd
@@ -9283,6 +9283,10 @@ run.")
|
||||
(target-riscv64?)))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'loosen-dependencies
|
||||
(lambda _
|
||||
(substitute* "rubocop.gemspec"
|
||||
(("'unicode\\-display\\_width'.*") "'unicode-display_width')\n"))))
|
||||
(add-before 'check 'set-home
|
||||
(lambda _
|
||||
(setenv "HOME" (getcwd))))
|
||||
@@ -11238,18 +11242,19 @@ requests. This is useful when testing software.")
|
||||
(define-public ruby-unicode-display-width
|
||||
(package
|
||||
(name "ruby-unicode-display-width")
|
||||
(version "2.4.2")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "unicode-display_width" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gi82k102q7bkmfi7ggn9ciypn897ylln1jk9q67kjhr39fj043a"))))
|
||||
"0hiwhnqpq271xqari6mg996fgjps42sffm9cpk6ljn8sd2srdp8c"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
'(;; Test data not included.
|
||||
#:tests? #f))
|
||||
(propagated-inputs (list ruby-unicode-emoji))
|
||||
(synopsis "Determine the monospace display width of Ruby strings")
|
||||
(description
|
||||
"@code{Unicode::DisplayWidth} is a Ruby library which can determine the
|
||||
|
||||
Reference in New Issue
Block a user