gnu: global: Update to 6.3.3.
* gnu/packages/global.scm (global): Update to 6.3.3.
This commit is contained in:
		
							parent
							
								
									4f7181b5df
								
							
						
					
					
						commit
						bdeb576793
					
				
					 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.3.2")
 | 
					    (version "6.3.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
 | 
				
			||||||
               "07iifpz00ch3drlscvk5v12j7bckwv6pk8040y81s1x14b0gf220"))))
 | 
					               "0j828dg2cjf77rx71cw68jpk7jl119v6nyb0kyvirr5i1860j1fx"))))
 | 
				
			||||||
    (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