gnu: global: Update to 6.5.1.
* gnu/packages/code.scm (global): Update to 6.5.1.
This commit is contained in:
		
							parent
							
								
									308aa2e795
								
							
						
					
					
						commit
						c4c020b781
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -91,14 +91,14 @@ highlighting your own code that seemed comprehensible when you wrote it.")
 | 
			
		|||
(define-public global                             ; a global variable
 | 
			
		||||
  (package
 | 
			
		||||
    (name "global")
 | 
			
		||||
    (version "6.5")
 | 
			
		||||
    (version "6.5.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
             (method url-fetch)
 | 
			
		||||
             (uri (string-append "mirror://gnu/global/global-"
 | 
			
		||||
                                 version ".tar.gz"))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "1af6lhwhrpdnigd3707fnk3dd6y53pbc4g0i75xjf0563bdi5zaa"))))
 | 
			
		||||
               "1y34nbazsw2p6r2jhv27z15qvm9mhy5xjchpz8pwps00shkm578f"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (inputs `(("ncurses" ,ncurses)
 | 
			
		||||
              ("libltdl" ,libltdl)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue