mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-unf-ext: Update to 0.0.8.2.
* gnu/packages/ruby.scm (ruby-unf-ext): Update to 0.0.8.2.
This commit is contained in:
parent
2a34881356
commit
7885580b77
1 changed files with 3 additions and 4 deletions
|
@ -7686,13 +7686,13 @@ including comments and whitespace.")
|
||||||
(define-public ruby-unf-ext
|
(define-public ruby-unf-ext
|
||||||
(package
|
(package
|
||||||
(name "ruby-unf-ext")
|
(name "ruby-unf-ext")
|
||||||
(version "0.0.7.6")
|
(version "0.0.8.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "unf_ext" version))
|
(uri (rubygems-uri "unf_ext" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ll6w64ibh81qwvjx19h8nj7mngxgffg7aigjx11klvf5k2g4nxf"))))
|
"1yj2nz2l101vr1x9w2k83a0fag1xgnmjwp8w8rw4ik2rwcz65fch"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -7704,8 +7704,7 @@ including comments and whitespace.")
|
||||||
;; rake-compiler-dock is listed in the gemspec, but only
|
;; rake-compiler-dock is listed in the gemspec, but only
|
||||||
;; required when cross-compiling.
|
;; required when cross-compiling.
|
||||||
(substitute* "unf_ext.gemspec"
|
(substitute* "unf_ext.gemspec"
|
||||||
((".*rake-compiler-dock.*") ""))
|
((".*rake-compiler-dock.*") "")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bundler ruby-rake-compiler ruby-test-unit))
|
(list bundler ruby-rake-compiler ruby-test-unit))
|
||||||
(synopsis "Unicode normalization form support library")
|
(synopsis "Unicode normalization form support library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue