gnu: gambit-c: Update to 4.7.9.
* gnu/packages/scheme.scm (gambit-c): Update to 4.7.9.
This commit is contained in:
		
							parent
							
								
									fb685df8f8
								
							
						
					
					
						commit
						71dcdaf31f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -514,7 +514,7 @@ of libraries.")
 | 
				
			||||||
(define-public gambit-c
 | 
					(define-public gambit-c
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gambit-c")
 | 
					    (name "gambit-c")
 | 
				
			||||||
    (version "4.7.4")
 | 
					    (version "4.7.9")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -524,7 +524,7 @@ of libraries.")
 | 
				
			||||||
             (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
 | 
					             (string-map (lambda (c) (if (char=? c #\.) #\_ c)) version)
 | 
				
			||||||
             ".tgz"))
 | 
					             ".tgz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0y2pklh4k65yrmxv63ass76xckrk9wqimbdad2gha35v2mi7blhs"))))
 | 
					        (base32 "0kzia3wlxnw5m0cc7681y3pabcl9iflpkbdl0zcfpxfhpgpa5r0p"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:configure-flags
 | 
					     '(#:configure-flags
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue