gnu: python-psutil: Update to 5.6.5.
* gnu/packages/python-xyz.scm (python-psutil): Update to 5.6.5.
This commit is contained in:
		
							parent
							
								
									1c43c6985d
								
							
						
					
					
						commit
						e9119ac1d8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -166,13 +166,13 @@
 | 
				
			||||||
(define-public python-psutil
 | 
					(define-public python-psutil
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-psutil")
 | 
					    (name "python-psutil")
 | 
				
			||||||
    (version "5.6.3")
 | 
					    (version "5.6.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "psutil" version))
 | 
					       (uri (pypi-uri "psutil" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1wv31zly44qj0rp2acg58xbnc7bf6ffyadasq093l455q30qafl6"))))
 | 
					        (base32 "0isil5jxwwd8awz54qk28rpgjg43i5l6yl70g40vxwa4r4m56lfh"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     ;; FIXME: some tests does not return and times out.
 | 
					     ;; FIXME: some tests does not return and times out.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue