mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -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
|
(define-public ruby-chunky-png
|
||||||
(package
|
(package
|
||||||
(name "ruby-chunky-png")
|
(name "ruby-chunky-png")
|
||||||
(version "1.3.14")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2186,17 +2186,17 @@ (define-public ruby-chunky-png
|
||||||
(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 "1m7y11ix38h5a2pj5v81qdmvqh980ql9hp62hk2dxwkwsa4nh22h"))))
|
(base32 "05qwj72dy2fcy0n2jnf3bfriybfj36m7s6pv9xash6295dbcp901"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "spec"
|
(list
|
||||||
|
#:test-target "spec"
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-bundler
|
(add-after 'unpack 'disable-bundler
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* (find-files "." "\\.rb$")
|
(substitute* (find-files "." "\\.rb$")
|
||||||
(("require.*bundler/setup.*") ""))
|
(("require.*bundler/setup.*") "")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list bundler ruby-rspec ruby-standard ruby-yard))
|
(list bundler ruby-rspec ruby-standard ruby-yard))
|
||||||
(synopsis "Ruby library to handle PNG images")
|
(synopsis "Ruby library to handle PNG images")
|
||||||
|
|
Loading…
Reference in a new issue