[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/17: gnu: ruby-pdf-core: Update to 0.9.0.
From: |
guix-commits |
Subject: |
06/17: gnu: ruby-pdf-core: Update to 0.9.0. |
Date: |
Sun, 8 Jan 2023 01:46:26 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit 0080da6f4c2d30df8ec28dfa4f91d67ab6b284ae
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 6 12:25:24 2023 -0500
gnu: ruby-pdf-core: Update to 0.9.0.
* gnu/packages/ruby.scm (ruby-pdf-core): Update to 0.9.0.
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index da255b4d9a..1d840ac1b9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -10859,13 +10859,13 @@ support the tests found in Prawn, a pure Ruby PDF
generation library.")
(define-public ruby-pdf-core
(package
(name "ruby-pdf-core")
- (version "0.8.1")
+ (version "0.9.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "pdf-core" version))
(sha256
(base32
- "15d6m99bc8bbzlkcg13qfpjjzphfg5x905pjbfygvpcxsm8gnsvg"))))
+ "1fz0yj4zrlii2j08kaw11j769s373ayz8jrdhxwwjzmm28pqndjg"))))
(build-system ruby-build-system)
(arguments
; No test target
- branch master updated (db3fdbbdfe -> 17a672524e), guix-commits, 2023/01/08
- 02/17: gnu: ruby-open-uri-cached: Update to 1.0.0., guix-commits, 2023/01/08
- 04/17: gnu: ruby-ttfunk: Update to 1.7.0., guix-commits, 2023/01/08
- 06/17: gnu: ruby-pdf-core: Update to 0.9.0.,
guix-commits <=
- 07/17: gnu: ruby-prawn: Update to 2.4.0., guix-commits, 2023/01/08
- 08/17: gnu: ruby-asciidoctor-pdf: Update to 2.3.4., guix-commits, 2023/01/08
- 13/17: gnu: ruby-nokogiri: Make it reproducible., guix-commits, 2023/01/08
- 03/17: gnu: Add ruby-prawn-dev., guix-commits, 2023/01/08
- 05/17: gnu: Add ruby-matrix., guix-commits, 2023/01/08
- 01/17: gnu: ruby-asciidoctor-multipage: Update to 0.0.16., guix-commits, 2023/01/08
- 09/17: gnu: ruby-prawn-icon: Update to 3.1.0., guix-commits, 2023/01/08
- 10/17: gnu: ruby-prawn-svg: Update to 0.32.0., guix-commits, 2023/01/08
- 11/17: gnu: ruby-ruby-prof: Update to 1.4.5., guix-commits, 2023/01/08
- 15/17: gnu: ruby-html-proofer: Update to 5.0.3., guix-commits, 2023/01/08