gnu: python-cython: Update to 0.29.16.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.16.
This commit is contained in:
		
							parent
							
								
									cac674d99d
								
							
						
					
					
						commit
						de5200ada9
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3853,14 +3853,14 @@ provides additional functionality on the produced Mallard documents.")
 | 
			
		|||
(define-public python-cython
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-cython")
 | 
			
		||||
    (version "0.29.15")
 | 
			
		||||
    (version "0.29.16")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "Cython" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0c5cjyxfvba6c0vih1fvhywp8bpz30vwvbjqdm1q1k55xzhmkn30"))))
 | 
			
		||||
         "01gs10myw0rw4jsikvqs0859fg7gficxhv508cxvnb4l9wl5a9r3"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    ;; we need the full python package and not just the python-wrapper
 | 
			
		||||
    ;; because we need libpython3.3m.so
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue