gnu: python-pyrfc3339: Update to 1.0.
* gnu/packages/python.scm (python-pyrfc3339): Update to 1.0.
This commit is contained in:
		
							parent
							
								
									f7cb984133
								
							
						
					
					
						commit
						d9aa097b96
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -6441,15 +6441,14 @@ This allows one to make simple text-mode user interfaces on Unix-like systems")
 | 
				
			||||||
(define-public python-pyrfc3339
 | 
					(define-public python-pyrfc3339
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-pyrfc3339")
 | 
					    (name "python-pyrfc3339")
 | 
				
			||||||
    (version "0.2")
 | 
					    (version "1.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (string-append "https://pypi.python.org/packages/source/p/"
 | 
					       (uri (pypi-uri "pyRFC3339" version))
 | 
				
			||||||
                           "pyRFC3339/pyRFC3339-" version ".tar.gz"))
 | 
					 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1pp648xsjaw9h1xq2mgwzda5wis2ypjmzxlksc1a8grnrdmzy155"))))
 | 
					         "0dgm4l9y8jiax5cp6yxjd2i27cq8h33sh81n1wfbmnmqb32cdywd"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     `(("python-pytz" ,python-pytz)))
 | 
					     `(("python-pytz" ,python-pytz)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue