gnu: python-prawcore: Update to 2.3.0.
* gnu/packages/python-web.scm (python-prawcore): Update to 2.3.0.
This commit is contained in:
		
							parent
							
								
									60e33428d1
								
							
						
					
					
						commit
						da531f9b4c
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -100,13 +100,13 @@
 | 
				
			||||||
(define-public python-prawcore
 | 
					(define-public python-prawcore
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-prawcore")
 | 
					    (name "python-prawcore")
 | 
				
			||||||
    (version "2.0.0")
 | 
					    (version "2.3.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "prawcore" version))
 | 
					       (uri (pypi-uri "prawcore" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1l9nrn4s03xl8fvkyybdk86bm9cyyk43alkxf9g014a9ynvdk65l"))))
 | 
					        (base32 "0vgmhjddqxnz5vy70dyqvakak51fg1nk6j3xavkc83d8nzacrwfs"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("python-betamax" ,python-betamax)
 | 
					     `(("python-betamax" ,python-betamax)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue