gnu: chibi-scheme: Update to 0.10.
* gnu/packages/scheme.scm (chibi-scheme): Update to 0.10.
This commit is contained in:
		
							parent
							
								
									c5881ff1f3
								
							
						
					
					
						commit
						713659f449
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -444,7 +444,7 @@ mixed.")
 | 
				
			||||||
(define-public chibi-scheme
 | 
					(define-public chibi-scheme
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "chibi-scheme")
 | 
					    (name "chibi-scheme")
 | 
				
			||||||
    (version "0.9")
 | 
					    (version "0.10")
 | 
				
			||||||
    (home-page "https://github.com/ashinn/chibi-scheme")
 | 
					    (home-page "https://github.com/ashinn/chibi-scheme")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
| 
						 | 
					@ -452,8 +452,7 @@ mixed.")
 | 
				
			||||||
       (uri (git-reference (url home-page) (commit version)))
 | 
					       (uri (git-reference (url home-page) (commit version)))
 | 
				
			||||||
       (file-name (git-file-name name version))
 | 
					       (file-name (git-file-name name version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32 "0yhmj0lws3r3bl4ivs31dhlzxqc7f0dinixi904mraz1fmrg3w7f"))))
 | 
				
			||||||
         "1lnap41gl9vg82h557f4rlr69jgmd2gh0iqs6cxm77d39kv1scb8"))))
 | 
					 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases (modify-phases %standard-phases
 | 
					     `(#:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue