gnu: ruby-simplecov: Update to 0.12.0.
* gnu/packages/ruby.scm (ruby-simplecov): Update to 0.12.0.
This commit is contained in:
		
							parent
							
								
									44514637ca
								
							
						
					
					
						commit
						1b10724550
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -957,13 +957,13 @@ the SimpleCov code coverage tool for Ruby version 1.9 and above.")
 | 
			
		|||
(define-public ruby-simplecov
 | 
			
		||||
  (package
 | 
			
		||||
    (name "ruby-simplecov")
 | 
			
		||||
    (version "0.10.0")
 | 
			
		||||
    (version "0.12.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (rubygems-uri "simplecov" version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "1q2iq2vgrdvvla5y907gkmqx6ry2qvnvc7a90hlcbwgp1w0sv6z4"))))
 | 
			
		||||
                "0ffhyrfnq2zm2mc1742a4hqy475g3qa1zf6yfldwg1ldh5sn3qbx"))))
 | 
			
		||||
    (build-system ruby-build-system)
 | 
			
		||||
    ;; Simplecov depends on rubocop for code style checking at build time.
 | 
			
		||||
    ;; Rubocop needs simplecov at build time.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue