gnu: python-ptyprocess: Update to 0.5.1.
* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.1.
This commit is contained in:
		
							parent
							
								
									26a657f06a
								
							
						
					
					
						commit
						70fc93cb28
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -6532,7 +6532,7 @@ markdown_py is also provided to convert Markdown files to HTML.")
 | 
				
			||||||
(define-public python-ptyprocess
 | 
					(define-public python-ptyprocess
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-ptyprocess")
 | 
					    (name "python-ptyprocess")
 | 
				
			||||||
    (version "0.5")
 | 
					    (version "0.5.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -6541,7 +6541,7 @@ markdown_py is also provided to convert Markdown files to HTML.")
 | 
				
			||||||
             version ".tar.gz"))
 | 
					             version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0nggns5kikn32yyda2zrj1xdmh49pi3v0drggcdwljbv36r8zdyw"))))
 | 
					         "19l1xrjn4l9gjz01s3vg92gn2dd9d8mw1v86ppkzlnr9m5iwwc05"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-nose" ,python-nose)))
 | 
					     `(("python-nose" ,python-nose)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue