summaryrefslogtreecommitdiff
path: root/gnu/packages/ruby.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-09 10:19:28 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-10 18:19:38 +0100
commitd065517b73cdfc1be17b6d38f210c3d008a50e91 (patch)
tree6267e2527ccc8aac80b8f69e967a4b6268076ea5 /gnu/packages/ruby.scm
parent74b5b69969d2430afa0637a52675f37b02341335 (diff)
downloadguix-patches-d065517b73cdfc1be17b6d38f210c3d008a50e91.tar
guix-patches-d065517b73cdfc1be17b6d38f210c3d008a50e91.tar.gz
gnu: ruby-chunky-png: Update to 1.3.14.
* gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.3.14.
Diffstat (limited to 'gnu/packages/ruby.scm')
-rw-r--r--gnu/packages/ruby.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 73bf85241c..38e421a4c1 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -1582,7 +1582,7 @@ to save time in the following ways:
(define-public ruby-chunky-png
(package
(name "ruby-chunky-png")
- (version "1.3.12")
+ (version "1.3.14")
(source
(origin
(method git-fetch)
@@ -1591,8 +1591,7 @@ to save time in the following ways:
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "0hn8ap7iib47qkqdp0awmxgma11z0lmk1ca3lp7c97ykhv7ij1zs"))))
+ (base32 "1m7y11ix38h5a2pj5v81qdmvqh980ql9hp62hk2dxwkwsa4nh22h"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "spec"