mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
gnu: ruby-chunky-png: Update to 1.4.0.
* gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.4.0. [arguments]: Update style.
This commit is contained in:
parent
7c94bfddb3
commit
c078d78714
1 changed files with 10 additions and 10 deletions
|
@ -2177,7 +2177,7 @@ (define-public ruby-standard
|
|||
(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 @@ (define-public ruby-chunky-png
|
|||
(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"
|
||||
(list
|
||||
#:test-target "spec"
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'disable-bundler
|
||||
(lambda _
|
||||
(substitute* (find-files "." "\\.rb$")
|
||||
(("require.*bundler/setup.*") ""))
|
||||
#t)))))
|
||||
(("require.*bundler/setup.*") "")))))))
|
||||
(native-inputs
|
||||
(list bundler ruby-rspec ruby-standard ruby-yard))
|
||||
(synopsis "Ruby library to handle PNG images")
|
||||
|
|
Loading…
Reference in a new issue