gnu: guile: Update to 2.0.9.
* gnu/packages/guile.scm (guile-2.0): Update to 2.0.9. (guile-2.0/fixed): Keep at 2.0.7.
This commit is contained in:
		
							parent
							
								
									98eb8cbe8d
								
							
						
					
					
						commit
						fcdf58c46c
					
				
					 1 changed files with 11 additions and 3 deletions
				
			
		| 
						 | 
					@ -99,14 +99,14 @@ extensible.  It supports many SRFIs.")
 | 
				
			||||||
(define-public guile-2.0
 | 
					(define-public guile-2.0
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
   (name "guile")
 | 
					   (name "guile")
 | 
				
			||||||
   (version "2.0.7")
 | 
					   (version "2.0.9")
 | 
				
			||||||
   (source (origin
 | 
					   (source (origin
 | 
				
			||||||
            (method url-fetch)
 | 
					            (method url-fetch)
 | 
				
			||||||
            (uri (string-append "mirror://gnu/guile/guile-" version
 | 
					            (uri (string-append "mirror://gnu/guile/guile-" version
 | 
				
			||||||
                                ".tar.xz"))
 | 
					                                ".tar.xz"))
 | 
				
			||||||
            (sha256
 | 
					            (sha256
 | 
				
			||||||
             (base32
 | 
					             (base32
 | 
				
			||||||
              "0f53pxkia4v17n0avwqlcjpy0n89hkazm2xsa6p84lv8k6k8y9vg"))))
 | 
					              "0nw9y8vjyz4r61v06p9msks5lm58pd91irmzg4k487vmv743h2pp"))))
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (native-inputs `(("pkgconfig" ,pkg-config)))
 | 
					   (native-inputs `(("pkgconfig" ,pkg-config)))
 | 
				
			||||||
   (inputs `(("libffi" ,libffi)
 | 
					   (inputs `(("libffi" ,libffi)
 | 
				
			||||||
| 
						 | 
					@ -151,7 +151,15 @@ call interface, and powerful string processing.")
 | 
				
			||||||
(define-public guile-2.0/fixed
 | 
					(define-public guile-2.0/fixed
 | 
				
			||||||
  ;; A package of Guile 2.0 that's rarely changed.  It is the one used
 | 
					  ;; A package of Guile 2.0 that's rarely changed.  It is the one used
 | 
				
			||||||
  ;; in the `base' module, and thus changing it entails a full rebuild.
 | 
					  ;; in the `base' module, and thus changing it entails a full rebuild.
 | 
				
			||||||
  guile-2.0)
 | 
					  (package (inherit guile-2.0)
 | 
				
			||||||
 | 
					    (version "2.0.7")
 | 
				
			||||||
 | 
					    (source (origin
 | 
				
			||||||
 | 
					             (method url-fetch)
 | 
				
			||||||
 | 
					             (uri (string-append "mirror://gnu/guile/guile-" version
 | 
				
			||||||
 | 
					                                 ".tar.xz"))
 | 
				
			||||||
 | 
					             (sha256
 | 
				
			||||||
 | 
					              (base32
 | 
				
			||||||
 | 
					               "0f53pxkia4v17n0avwqlcjpy0n89hkazm2xsa6p84lv8k6k8y9vg"))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue