gnu: guile-sqlite3: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-sqlite3)[version]: Set revision to 1. [inputs]: Use GUILE-2.2 instead of GUILE-2.0.
This commit is contained in:
		
							parent
							
								
									7fd952e052
								
							
						
					
					
						commit
						99bde93b83
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1034,7 +1034,7 @@ Guile's foreign function interface.")
 | 
			
		|||
  (let ((commit "607721fe1174a299e45d457acacf94eefb964071"))
 | 
			
		||||
    (package
 | 
			
		||||
      (name "guile-sqlite3")
 | 
			
		||||
      (version (string-append "0.0-0." (string-take commit 7)))
 | 
			
		||||
      (version (string-append "0.0-1." (string-take commit 7)))
 | 
			
		||||
 | 
			
		||||
      ;; XXX: This used to be available read-only at
 | 
			
		||||
      ;; <https://www.gitorious.org/guile-sqlite3/guile-sqlite3.git/> but it
 | 
			
		||||
| 
						 | 
				
			
			@ -1062,7 +1062,7 @@ Guile's foreign function interface.")
 | 
			
		|||
         ("automake" ,automake)
 | 
			
		||||
         ("pkg-config" ,pkg-config)))
 | 
			
		||||
      (inputs
 | 
			
		||||
       `(("guile" ,guile-2.0)
 | 
			
		||||
       `(("guile" ,guile-2.2)
 | 
			
		||||
         ("sqlite" ,sqlite)))
 | 
			
		||||
      (arguments
 | 
			
		||||
       '(#:phases (modify-phases %standard-phases
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue