[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/36: gnu: ruby-ttfunk: Update to 1.6.2.1.
From: |
guix-commits |
Subject: |
05/36: gnu: ruby-ttfunk: Update to 1.6.2.1. |
Date: |
Fri, 17 Jul 2020 23:24:38 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 4179ed930d717c2ab6e4936364f355d2a7de9010
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jul 12 22:31:24 2020 -0400
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.
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index f87caa1..547f50d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8514,7 +8514,7 @@ binary-to-text encoding. The main modern use of Ascii85
is in PostScript and
(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 @@ binary-to-text encoding. The main modern use of Ascii85
is in PostScript and
(file-name (git-file-name name version))
(sha256
(base32
- "0dx9891zcli0sjrslmsvrwalv86hbjbqlmbrcasnjr069v05h9v9"))))
+ "0rsf4j6s97wbcnjbvmmh6xrc7imw4g9lrlcvn945wh400lc8r53z"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "spec"
@@ -8557,7 +8557,7 @@ part of the Prawn PDF generator.")
(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
- branch master updated (a2e6553 -> 479c032), guix-commits, 2020/07/17
- 01/36: gnu: ruby-prawn: Add a %prawn-project-licenses variable., guix-commits, 2020/07/17
- 04/36: gnu: ruby-pdf-reader: Actually run tests., guix-commits, 2020/07/17
- 02/36: gnu: ruby-pdf-inspector: Enable tests., guix-commits, 2020/07/17
- 03/36: gnu: ruby-pdf-reader: Update to 2.4.0., guix-commits, 2020/07/17
- 05/36: gnu: ruby-ttfunk: Update to 1.6.2.1.,
guix-commits <=
- 06/36: gnu: ruby-prawn: Update to commit d980247be8a00e7c59cd4e5785e3aa98f9856db1., guix-commits, 2020/07/17
- 07/36: gnu: ruby-prawn-manual-builder: Use %prawn-project-licenses., guix-commits, 2020/07/17
- 08/36: gnu: Add ruby-prawn-icon., guix-commits, 2020/07/17
- 09/36: gnu: Add ruby-css-parser., guix-commits, 2020/07/17
- 11/36: gnu: Add ruby-prawn-templates., guix-commits, 2020/07/17
- 14/36: gnu: Add ruby-sorcerer., guix-commits, 2020/07/17
- 15/36: gnu: Add ruby-given-core., guix-commits, 2020/07/17
- 16/36: gnu: Add ruby-rspec-given., guix-commits, 2020/07/17
- 18/36: gnu: ruby-parser: Update to 2.7.1.4., guix-commits, 2020/07/17
- 10/36: gnu: Add ruby-prawn-svg., guix-commits, 2020/07/17