gnu: haunt: Switch to 'guile-3.0-latest'.
* gnu/packages/guile-xyz.scm (haunt)[inputs]: Use GUILE-3.0-LATEST instead of GUILE-3.0.
This commit is contained in:
		
							parent
							
								
									825ea91476
								
							
						
					
					
						commit
						e55f1ac777
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -2399,7 +2399,9 @@ inspired by the SCSH regular expression system.")
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("texinfo" ,texinfo)))
 | 
					       ("texinfo" ,texinfo)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("guile" ,guile-3.0)))
 | 
					     ;; Depend on the latest Guile to avoid bytecode compatibility issues when
 | 
				
			||||||
 | 
					     ;; using modules built against the latest version.
 | 
				
			||||||
 | 
					     `(("guile" ,guile-3.0-latest)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("guile-reader" ,guile-reader)
 | 
					     `(("guile-reader" ,guile-reader)
 | 
				
			||||||
       ("guile-commonmark" ,guile-commonmark)))
 | 
					       ("guile-commonmark" ,guile-commonmark)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue