gnu: python-zstandard: Update to 0.19.0.
* gnu/packages/python-compression.scm (python-zstandard): Update to 0.19.0. [propagated-inputs]: Add python-cffi.
This commit is contained in:
		
							parent
							
								
									32fa848611
								
							
						
					
					
						commit
						0d9b69795d
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -428,14 +428,16 @@ wrapper.  It provides a backport of the @code{Path} object.") | ||||||
| (define-public python-zstandard | (define-public python-zstandard | ||||||
|   (package |   (package | ||||||
|     (name "python-zstandard") |     (name "python-zstandard") | ||||||
|     (version "0.15.2") |     (version "0.19.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "zstandard" version)) |        (uri (pypi-uri "zstandard" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "0by9z7nxnkzhmza075q6q91rs8lnpf91129k8ppv7kymbwshipjj")))) |         (base32 "0qvqhs121spk7yc1l20samflxx47waxv3xm55ksxpn1djk6jzl9i")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|  |     (propagated-inputs | ||||||
|  |      (list python-cffi)) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      (list python-hypothesis)) |      (list python-hypothesis)) | ||||||
|     (home-page "https://github.com/indygreg/python-zstandard") |     (home-page "https://github.com/indygreg/python-zstandard") | ||||||
|  |  | ||||||
		Reference in a new issue