[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/11: gnu: ruby-prawn-manual-builder: Update to 0.3.1.
From: |
guix-commits |
Subject: |
05/11: gnu: ruby-prawn-manual-builder: Update to 0.3.1. |
Date: |
Thu, 21 Nov 2019 18:22:28 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 1d4f0019f926ce3429c9958330747df996aa709a
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Nov 22 00:20:21 2019 +0100
gnu: ruby-prawn-manual-builder: Update to 0.3.1.
* gnu/packages/ruby.scm (ruby-prawn-manual-builder): Update to 0.3.1.
---
gnu/packages/ruby.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 7b78382..dd79657 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3801,18 +3801,16 @@ for select languages.")
(define-public ruby-prawn-manual-builder
(package
(name "ruby-prawn-manual-builder")
- (version "0.3.0")
+ (version "0.3.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "prawn-manual_builder" version))
(sha256
- (base32
- "0wbjnkqp55p5wmz85ldypcray223glckd209hmdxhnzk8s5pb3za"))))
+ (base32 "1vlg5w7wq43g2hgpgra2nrcxj1kb4ayqliz4gmja2rhs037j2vzs"))))
(build-system ruby-build-system)
(arguments
- '(;; No included tests
- #:tests? #f
+ '(#:tests? #f ; no included tests
#:phases
(modify-phases %standard-phases
(add-after 'extract-gemspec 'patch-gemspec
- branch master updated (a31b9da -> 4e2e84d), guix-commits, 2019/11/21
- 01/11: gnu: python-lazy-object-proxy: Update to 1.4.3., guix-commits, 2019/11/21
- 05/11: gnu: ruby-prawn-manual-builder: Update to 0.3.1.,
guix-commits <=
- 08/11: gnu: libpwquality: Update to 1.4.2., guix-commits, 2019/11/21
- 10/11: gnu: libbytesize: Update to 2.1., guix-commits, 2019/11/21
- 03/11: gnu: gthumb: Update to 3.8.2., guix-commits, 2019/11/21
- 07/11: gnu: libpwquality: Don't use NAME in source URI., guix-commits, 2019/11/21
- 09/11: gnu: libplist: Update to 2.1.0., guix-commits, 2019/11/21
- 02/11: gnu: ruby-command-line-reporter: Update to 4.0.1., guix-commits, 2019/11/21
- 04/11: gnu: r-rms: Update to 5.1-4., guix-commits, 2019/11/21
- 06/11: gnu: r-sjstats: Update to 0.17.7., guix-commits, 2019/11/21
- 11/11: gnu: man-pages: Update to 5.04., guix-commits, 2019/11/21