gnu: xonsh: Update to 0.13.4.
* gnu/packages/shells.scm (xonsh): Update to 0.13.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
		
							parent
							
								
									dfa0f34ee7
								
							
						
					
					
						commit
						b44f0261f8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -540,14 +540,14 @@ ksh, and tcsh.")
 | 
				
			||||||
(define-public xonsh
 | 
					(define-public xonsh
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "xonsh")
 | 
					    (name "xonsh")
 | 
				
			||||||
    (version "0.13.3")
 | 
					    (version "0.13.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
      (origin
 | 
					      (origin
 | 
				
			||||||
        (method url-fetch)
 | 
					        (method url-fetch)
 | 
				
			||||||
        (uri (pypi-uri "xonsh" version))
 | 
					        (uri (pypi-uri "xonsh" version))
 | 
				
			||||||
        (sha256
 | 
					        (sha256
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
           "154s4lbda3n8kamiyblfrv8isn3hnqyxw2k99qicyfll02chpjzl"))
 | 
					           "19r1g8i8k6ds7ncvqdh58vkm4m5hz4w9zbglmg1mi7xcdqp4ax8h"))
 | 
				
			||||||
        (modules '((guix build utils)))
 | 
					        (modules '((guix build utils)))
 | 
				
			||||||
        (snippet
 | 
					        (snippet
 | 
				
			||||||
         #~(begin
 | 
					         #~(begin
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue