mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-chunky-png: Update to 1.3.14.
* gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.3.14.
This commit is contained in:
parent
74b5b69969
commit
d065517b73
1 changed files with 2 additions and 3 deletions
|
@ -1582,7 +1582,7 @@ to save time in the following ways:
|
||||||
(define-public ruby-chunky-png
|
(define-public ruby-chunky-png
|
||||||
(package
|
(package
|
||||||
(name "ruby-chunky-png")
|
(name "ruby-chunky-png")
|
||||||
(version "1.3.12")
|
(version "1.3.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1591,8 +1591,7 @@ to save time in the following ways:
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1m7y11ix38h5a2pj5v81qdmvqh980ql9hp62hk2dxwkwsa4nh22h"))))
|
||||||
"0hn8ap7iib47qkqdp0awmxgma11z0lmk1ca3lp7c97ykhv7ij1zs"))))
|
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "spec"
|
`(#:test-target "spec"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue