gnu: python-iso8601: Update to 0.1.12.
* gnu/packages/time.scm (python-iso8601): Update to 0.1.12.
This commit is contained in:
		
							parent
							
								
									ed017a78be
								
							
						
					
					
						commit
						56f3b85bd3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -240,14 +240,14 @@ ISO 8601 dates, time and duration.")
 | 
				
			||||||
(define-public python-iso8601
 | 
					(define-public python-iso8601
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-iso8601")
 | 
					    (name "python-iso8601")
 | 
				
			||||||
    (version "0.1.11")
 | 
					    (version "0.1.12")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "iso8601" version))
 | 
					       (uri (pypi-uri "iso8601" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8"))))
 | 
					         "10nyvvnrhw2w3p09v1ica4lgj6f4g9j3kkfx17qmraiq3w7b5i29"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-pytest" ,python-pytest)))
 | 
					     `(("python-pytest" ,python-pytest)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue