gnu: global: Update to 6.6.9.
* gnu/packages/code.scm (global): Update to 6.6.9.
This commit is contained in:
		
							parent
							
								
									62cb0eae3e
								
							
						
					
					
						commit
						187880b814
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -143,14 +143,14 @@ highlighting your own code that seemed comprehensible when you wrote it.")
 | 
				
			||||||
(define-public global                             ; a global variable
 | 
					(define-public global                             ; a global variable
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "global")
 | 
					    (name "global")
 | 
				
			||||||
    (version "6.6.8")
 | 
					    (version "6.6.9")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://gnu/global/global-"
 | 
					             (uri (string-append "mirror://gnu/global/global-"
 | 
				
			||||||
                                 version ".tar.gz"))
 | 
					                                 version ".tar.gz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "1kaphc3gml89p8dpdgh2is8hj46wj05689kxj0bmh5q759rxk4vg"))))
 | 
					               "1mgss7ch4izz7ibb23xah6h4iva77g9dq4pkc9g69jk0ipxa1jxa"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:configure-flags
 | 
					     (list #:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue