gnu: guile-wisp: Update to 1.0.7.
* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									c835c508a7
								
							
						
					
					
						commit
						ce921f1cf6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1819,7 +1819,7 @@ user which package sets would they like to install from it.")
 | 
			
		|||
(define-public guile-wisp
 | 
			
		||||
  (package
 | 
			
		||||
    (name "guile-wisp")
 | 
			
		||||
    (version "1.0.6")
 | 
			
		||||
    (version "1.0.7")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method hg-fetch)
 | 
			
		||||
              (uri (hg-reference
 | 
			
		||||
| 
						 | 
				
			
			@ -1828,7 +1828,7 @@ user which package sets would they like to install from it.")
 | 
			
		|||
              (file-name (git-file-name name version))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "0df0vch2p6qymz3f96clrkl2gphjk6x7fbya236yzxc07hkz2j3g"))))
 | 
			
		||||
                "0fxngiy8dmryh3gx4g1q7nnamc4dpszjh130g6d0pmi12ycxd2y9"))))
 | 
			
		||||
    (build-system gnu-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:modules ((guix build gnu-build-system)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue