gnu: kcov: Update to 42.
* gnu/packages/code.scm (kcov): Update to 42.
This commit is contained in:
		
							parent
							
								
									8a5dfdccf8
								
							
						
					
					
						commit
						b7789fb9e1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -623,7 +623,7 @@ results and determine build stability.")
 | 
				
			||||||
(define-public kcov
 | 
					(define-public kcov
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "kcov")
 | 
					    (name "kcov")
 | 
				
			||||||
    (version "40")
 | 
					    (version "42")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -632,7 +632,7 @@ results and determine build stability.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0zayhmx6s377bxmkmvl9d9vjzfbpvh1k9ba6np4zdjvjjq327xag"))))
 | 
					                "14pyahpgadh845q2p1gjw2yrlqcan4n870icrn2yqdpf33cprzgk"))))
 | 
				
			||||||
    (build-system cmake-build-system)
 | 
					    (build-system cmake-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f                      ; no test target
 | 
					     `(#:tests? #f                      ; no test target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue