[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/94: gnu: ruby-chunky-png: Update to 1.4.0.
From: |
guix-commits |
Subject: |
89/94: gnu: ruby-chunky-png: Update to 1.4.0. |
Date: |
Mon, 3 Jul 2023 06:06:38 -0400 (EDT) |
cbaines pushed a commit to branch ruby-team
in repository guix.
commit 6d013e63b70fc24ced2ea09b3ef68f264a92be16
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Jul 3 10:01:12 2023 +0100
gnu: ruby-chunky-png: Update to 1.4.0.
* gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.4.0.
[arguments]: Update style.
---
gnu/packages/ruby.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 44d9062e57..4993d81c79 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2177,7 +2177,7 @@ to save time in the following ways:
(define-public ruby-chunky-png
(package
(name "ruby-chunky-png")
- (version "1.3.14")
+ (version "1.4.0")
(source
(origin
(method git-fetch)
@@ -2186,17 +2186,17 @@ to save time in the following ways:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1m7y11ix38h5a2pj5v81qdmvqh980ql9hp62hk2dxwkwsa4nh22h"))))
+ (base32 "05qwj72dy2fcy0n2jnf3bfriybfj36m7s6pv9xash6295dbcp901"))))
(build-system ruby-build-system)
(arguments
- `(#:test-target "spec"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'disable-bundler
- (lambda _
- (substitute* (find-files "." "\\.rb$")
- (("require.*bundler/setup.*") ""))
- #t)))))
+ (list
+ #:test-target "spec"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'disable-bundler
+ (lambda _
+ (substitute* (find-files "." "\\.rb$")
+ (("require.*bundler/setup.*") "")))))))
(native-inputs
(list bundler ruby-rspec ruby-standard ruby-yard))
(synopsis "Ruby library to handle PNG images")
- 67/94: gnu: ruby-octokit: Update to 6.1.1., (continued)
- 67/94: gnu: ruby-octokit: Update to 6.1.1., guix-commits, 2023/07/03
- 69/94: gnu: ruby-language-server-protocol: Remove ruby-pry-byebug dependency., guix-commits, 2023/07/03
- 71/94: gnu: ruby-net-http-digest-auth: Fix build., guix-commits, 2023/07/03
- 73/94: gnu: ruby-net-http-persistent: Update to 4.0.2., guix-commits, 2023/07/03
- 75/94: gnu: ruby-sexp-processor: Update to 4.17.0., guix-commits, 2023/07/03
- 78/94: gnu: swagger-diff: Update to 2.0.0., guix-commits, 2023/07/03
- 79/94: gnu: ruby-byebug: Fix build., guix-commits, 2023/07/03
- 88/94: gnu: Add ruby-rubocop-packaging., guix-commits, 2023/07/03
- 86/94: gnu: ruby-heredoc-unindent: Fix build., guix-commits, 2023/07/03
- 87/94: gnu: ruby-hoe-git: Fix build., guix-commits, 2023/07/03
- 89/94: gnu: ruby-chunky-png: Update to 1.4.0.,
guix-commits <=
- 92/94: gnu: ruby-rspec-block-is-expected: Update to 1.0.5., guix-commits, 2023/07/03
- 94/94: gnu: ruby-yard: Refactor package and some dependencies., guix-commits, 2023/07/03
- 32/94: gnu: ruby-term-ansicolor: Fix build., guix-commits, 2023/07/03
- 31/94: gnu: ruby-minitest-bonus-assertions: Fix build., guix-commits, 2023/07/03
- 17/94: gnu: Add ruby-psych., guix-commits, 2023/07/03