gnu: ruby-coderay: Update to 1.1.1.
* gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.1.
This commit is contained in:
		
							parent
							
								
									f1710d8da0
								
							
						
					
					
						commit
						5e0535a7e6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1973,14 +1973,14 @@ extract comments.")
 | 
				
			||||||
(define-public ruby-coderay
 | 
					(define-public ruby-coderay
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ruby-coderay")
 | 
					    (name "ruby-coderay")
 | 
				
			||||||
    (version "1.1.0")
 | 
					    (version "1.1.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (rubygems-uri "coderay" version))
 | 
					       (uri (rubygems-uri "coderay" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "059wkzlap2jlkhg460pkwc1ay4v4clsmg1bp4vfzjzkgwdckr52s"))))
 | 
					         "1x6z923iwr1hi04k6kz5a6llrixflz8h5sskl9mhaaxy9jx2x93r"))))
 | 
				
			||||||
    (build-system ruby-build-system)
 | 
					    (build-system ruby-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:tests? #f)) ; missing test files
 | 
					     '(#:tests? #f)) ; missing test files
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue