gnu: global: Upgrade to 6.3.
* gnu/packages/global.scm (global): Upgrade to 6.3.
This commit is contained in:
		
							parent
							
								
									f513527a8e
								
							
						
					
					
						commit
						ea9711018c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -28,14 +28,14 @@
 | 
				
			||||||
(define-public global                             ; a global variable
 | 
					(define-public global                             ; a global variable
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "global")
 | 
					    (name "global")
 | 
				
			||||||
    (version "6.2.12")
 | 
					    (version "6.3")
 | 
				
			||||||
    (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
 | 
				
			||||||
               "05jkhya1cs6yqhkf8nw5x56adkxxrqyga7sq7hx44dbf7alczwfa"))))
 | 
					               "1nzqqcry3mfha53n8j1grdg2dflp9gpg54qwlsrzq9sspwg78769"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("ncurses" ,ncurses)
 | 
					    (inputs `(("ncurses" ,ncurses)
 | 
				
			||||||
              ("libtool" ,libtool)))
 | 
					              ("libtool" ,libtool)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue