gnu: python-cytoolz: Update to 0.11.2.
* gnu/packages/python-xyz.scm (python-cytoolz): Update to 0.11.2. [source]: Add snippet.
This commit is contained in:
		
							parent
							
								
									06fca01968
								
							
						
					
					
						commit
						b214034109
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -22479,14 +22479,17 @@ functions, and dictionaries.")
 | 
			
		|||
(define-public python-cytoolz
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-cytoolz")
 | 
			
		||||
    (version "0.9.0.1")
 | 
			
		||||
    (version "0.11.2")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "cytoolz" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "1r80p88hm3f3r4zpixzr047y5hw4bzy41m4xywnhycda83x0dk44"))))
 | 
			
		||||
         "1d12mgaippxxhn24w2hj0my3aqkx80fks5g4wzfdsvl0acqnc8za"))
 | 
			
		||||
       (modules '((guix build utils)))
 | 
			
		||||
       (snippet
 | 
			
		||||
        '(for-each delete-file (find-files "cytoolz" "\\.c$")))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    ;; FIXME: tests fail with "module 'cytoolz.curried' has no attribute
 | 
			
		||||
    ;; 'exceptions'"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue