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 @@ (define-public ruby-ascii85
|
|||
(define-public ruby-ttfunk
|
||||
(package
|
||||
(name "ruby-ttfunk")
|
||||
(version "1.5.1")
|
||||
(version "1.6.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8525,7 +8525,7 @@ (define-public ruby-ttfunk
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dx9891zcli0sjrslmsvrwalv86hbjbqlmbrcasnjr069v05h9v9"))))
|
||||
"0rsf4j6s97wbcnjbvmmh6xrc7imw4g9lrlcvn945wh400lc8r53z"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:test-target "spec"
|
||||
|
@ -8557,7 +8557,7 @@ (define-public ruby-ttfunk
|
|||
(home-page "https://github.com/prawnpdf/ttfunk")
|
||||
;; From the README: "Matz's terms for Ruby, GPLv2, or GPLv3. See LICENSE
|
||||
;; for details."
|
||||
(license (list license:gpl2 license:gpl3 license:ruby))))
|
||||
(license %prawn-project-licenses)))
|
||||
|
||||
(define-public ruby-puma
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue