gnu: bear: Update to 3.0.20.
* gnu/packages/build-tools.scm (bear): Update to 3.0.20.
This commit is contained in:
		
							parent
							
								
									03e7df49c4
								
							
						
					
					
						commit
						e8b4e03e29
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -102,7 +102,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
 | 
			
		|||
(define-public bear
 | 
			
		||||
  (package
 | 
			
		||||
    (name "bear")
 | 
			
		||||
    (version "3.0.19")
 | 
			
		||||
    (version "3.0.20")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method git-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -111,7 +111,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
 | 
			
		|||
             (commit version)))
 | 
			
		||||
       (file-name (git-file-name name version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "05jbcx5m923dg27j3i442hc73hdci5n7vp7a671x1w7bdivgqg96"))))
 | 
			
		||||
        (base32 "0k89ccp9vz3x71w3r2wfpng9b8s0rxp4qr0ch9q32wq6y1ik847j"))))
 | 
			
		||||
    (build-system cmake-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:phases (modify-phases %standard-phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue