gnu: python-pathpy: Update to 11.0.1.
* gnu/packages/python.scm (python-pathpy): Update to 11.0.1.
This commit is contained in:
		
							parent
							
								
									8d07936aa6
								
							
						
					
					
						commit
						5666ca5edc
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -4485,13 +4485,13 @@ them as the version argument or in a SCM managed file.")
 | 
			
		|||
(define-public python-pathpy
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-pathpy")
 | 
			
		||||
    (version "11.0")
 | 
			
		||||
    (version "11.0.1")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "path.py" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "12s84maimiz61980q065rjgi8ang6xw2wwm64m0lmfks51dlw4qn"))))
 | 
			
		||||
        (base32 "07x15v8c7ry9bvycw294c9yq6ky9v2b0dalvgi6rn38ilh69vsz7"))))
 | 
			
		||||
    ;; (outputs '("out" "doc"))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (propagated-inputs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue