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 @@ configurable levels.") | ||||||
| (define-public ruby-prawn-icon | (define-public ruby-prawn-icon | ||||||
|   (package |   (package | ||||||
|     (name "ruby-prawn-icon") |     (name "ruby-prawn-icon") | ||||||
|     (version "2.5.0") |     (version "3.1.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (rubygems-uri "prawn-icon" version)) |        (uri (rubygems-uri "prawn-icon" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "1ivkdf8rdf92hhy97vbmc2a4w97vcvqd58jcj4z9hz3hfsb1526w")))) |          "049k42bqy4iq9hddf7jah83b6qr8ka63w1d63illh1mf4f4dihdk")))) | ||||||
|     (build-system ruby-build-system) |     (build-system ruby-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:test-target "spec" |      `(#:test-target "spec" | ||||||
|  | @ -1365,8 +1365,7 @@ configurable levels.") | ||||||
|                       (substitute* '("Rakefile" "spec/spec_helper.rb") |                       (substitute* '("Rakefile" "spec/spec_helper.rb") | ||||||
|                         ((".*[Bb]undler.*") "") |                         ((".*[Bb]undler.*") "") | ||||||
|                         (("^require 'rubocop.*") "") |                         (("^require 'rubocop.*") "") | ||||||
|                         (("^RuboCop.*") "")) |                         (("^RuboCop.*") ""))))))) | ||||||
|                       #t))))) |  | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list ruby-pdf-inspector ruby-pdf-reader ruby-rspec ruby-simplecov)) |      (list ruby-pdf-inspector ruby-pdf-reader ruby-rspec ruby-simplecov)) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|  |  | ||||||
		Reference in a new issue