mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: ruby-prawn-icon: Update to 3.1.0.
* gnu/packages/ruby.scm (ruby-prawn-icon): Update to 3.1.0. Delete trailing #t.
This commit is contained in:
parent
6d83856422
commit
7529d2b9c1
1 changed files with 3 additions and 4 deletions
|
@ -1348,14 +1348,14 @@ (define-public ruby-asciidoctor-multipage
|
|||
(define-public ruby-prawn-icon
|
||||
(package
|
||||
(name "ruby-prawn-icon")
|
||||
(version "2.5.0")
|
||||
(version "3.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "prawn-icon" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ivkdf8rdf92hhy97vbmc2a4w97vcvqd58jcj4z9hz3hfsb1526w"))))
|
||||
"049k42bqy4iq9hddf7jah83b6qr8ka63w1d63illh1mf4f4dihdk"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:test-target "spec"
|
||||
|
@ -1365,8 +1365,7 @@ (define-public ruby-prawn-icon
|
|||
(substitute* '("Rakefile" "spec/spec_helper.rb")
|
||||
((".*[Bb]undler.*") "")
|
||||
(("^require 'rubocop.*") "")
|
||||
(("^RuboCop.*") ""))
|
||||
#t)))))
|
||||
(("^RuboCop.*") "")))))))
|
||||
(native-inputs
|
||||
(list ruby-pdf-inspector ruby-pdf-reader ruby-rspec ruby-simplecov))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue