gnu: ccache: Update to 3.4.1.
* gnu/packages/ccache.scm (ccache): Update to 3.4.1.
This commit is contained in:
		
							parent
							
								
									16cb3b8fe0
								
							
						
					
					
						commit
						0bd8d6dc28
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
(define-public ccache
 | 
					(define-public ccache
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ccache")
 | 
					    (name "ccache")
 | 
				
			||||||
    (version "3.4")
 | 
					    (version "3.4.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -38,7 +38,7 @@
 | 
				
			||||||
                          version ".tar.xz"))
 | 
					                          version ".tar.xz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32
 | 
					       (base32
 | 
				
			||||||
        "0sfisvjs2iham29flxgmnfg7kzqz66bhk6q0qcwbdv1n569say5j"))))
 | 
					        "1pppi4jbkkj641cdynmc35jaj40jjicw7gj75ran5qs5886jcblc"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs `(("perl" ,perl)     ;for test.sh
 | 
					    (native-inputs `(("perl" ,perl)     ;for test.sh
 | 
				
			||||||
                     ("which" ,(@ (gnu packages base) which))))
 | 
					                     ("which" ,(@ (gnu packages base) which))))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue