gnu: ruby-ox: Update to 2.6.0.
* gnu/packages/ruby.scm (ruby-ox): Update to 2.6.0.
This commit is contained in:
		
							parent
							
								
									2a91494ed1
								
							
						
					
					
						commit
						263c0dbf00
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2713,14 +2713,14 @@ unacceptable HTML and/or CSS from a string.") | |||
| (define-public ruby-ox | ||||
|   (package | ||||
|     (name "ruby-ox") | ||||
|     (version "2.5.0") | ||||
|     (version "2.6.0") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (rubygems-uri "ox" version)) | ||||
|        (sha256 | ||||
|         (base32 | ||||
|          "0rar0xr5qn3zac1r2z18kmpapx121c2l3z8jsgh60vsddwzpdh7h")))) | ||||
|          "0fmk62b1h2i79dfzjj8wmf8qid1rv5nhwfc17l489ywnga91xl83")))) | ||||
|     (build-system ruby-build-system) | ||||
|     (arguments | ||||
|      '(#:tests? #f)) ; no tests | ||||
|  |  | |||
		Reference in a new issue