gnu: python-ply: Update to 3.11.
* gnu/packages/python-xyz.scm (python-ply): Update to 3.11.
This commit is contained in:
		
							parent
							
								
									9e8f73c49c
								
							
						
					
					
						commit
						0645a24b56
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -11395,14 +11395,14 @@ network support library.")
 | 
			
		|||
(define-public python-ply
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-ply")
 | 
			
		||||
    (version "3.10")
 | 
			
		||||
    (version "3.11")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method url-fetch)
 | 
			
		||||
        (uri (pypi-uri "ply" version))
 | 
			
		||||
        (sha256
 | 
			
		||||
          (base32
 | 
			
		||||
            "1jxsr1d2f732r6ljhvm827113dckwl6qwakfvpbdhcbhvpvlmscn"))))
 | 
			
		||||
            "18qx113g9bi1ac4indd5phma82zcdq601lxncp3vjn43m2mc3iq0"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (home-page "http://www.dabeaz.com/ply/")
 | 
			
		||||
    (synopsis "Python Lex & Yacc")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue