gnu: chicken: Update to 5.0.0.
* gnu/packages/scheme.scm (chicken): Update to 5.0.0.
This commit is contained in:
		
							parent
							
								
									697b6ca368
								
							
						
					
					
						commit
						402c36c1d6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -371,14 +371,14 @@ mashups, office (web agendas, mail clients, ...), etc.")
 | 
			
		|||
(define-public chicken
 | 
			
		||||
  (package
 | 
			
		||||
    (name "chicken")
 | 
			
		||||
    (version "4.13.0")
 | 
			
		||||
    (version "5.0.0")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://code.call-cc.org/releases/"
 | 
			
		||||
                                  version "/chicken-" version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0hvckhi5gfny3mlva6d7y9pmx7cbwvq0r7mk11k3sdiik9hlkmdd"))))
 | 
			
		||||
                "15b5yrzfa8aimzba79x7v6y282f898rxqxfxrr446sjx9jwlpfd8"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:modules ((guix build gnu-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue