mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-ttfunk: Update to 1.6.2.1.
* gnu/packages/ruby.scm (ruby-ttfunk): Update to 1.6.2.1. [license]: Set to %prawn-project-licenses.
This commit is contained in:
parent
34796d7a6c
commit
4179ed930d
1 changed files with 3 additions and 3 deletions
|
@ -8514,7 +8514,7 @@ binary-to-text encoding. The main modern use of Ascii85 is in PostScript and
|
||||||
(define-public ruby-ttfunk
|
(define-public ruby-ttfunk
|
||||||
(package
|
(package
|
||||||
(name "ruby-ttfunk")
|
(name "ruby-ttfunk")
|
||||||
(version "1.5.1")
|
(version "1.6.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8525,7 +8525,7 @@ binary-to-text encoding. The main modern use of Ascii85 is in PostScript and
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dx9891zcli0sjrslmsvrwalv86hbjbqlmbrcasnjr069v05h9v9"))))
|
"0rsf4j6s97wbcnjbvmmh6xrc7imw4g9lrlcvn945wh400lc8r53z"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "spec"
|
`(#:test-target "spec"
|
||||||
|
@ -8557,7 +8557,7 @@ part of the Prawn PDF generator.")
|
||||||
(home-page "https://github.com/prawnpdf/ttfunk")
|
(home-page "https://github.com/prawnpdf/ttfunk")
|
||||||
;; From the README: "Matz's terms for Ruby, GPLv2, or GPLv3. See LICENSE
|
;; From the README: "Matz's terms for Ruby, GPLv2, or GPLv3. See LICENSE
|
||||||
;; for details."
|
;; for details."
|
||||||
(license (list license:gpl2 license:gpl3 license:ruby))))
|
(license %prawn-project-licenses)))
|
||||||
|
|
||||||
(define-public ruby-puma
|
(define-public ruby-puma
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue