gnu: python-fonttools: Update to 3.30.0.
* gnu/packages/python.scm (python-fonttools): Update to 3.30.0.
This commit is contained in:
		
							parent
							
								
									e8ef3cc4d6
								
							
						
					
					
						commit
						5fb543b3f7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -6072,13 +6072,13 @@ add functionality and customization to your projects with their own plugins.") | |||
| (define-public python-fonttools | ||||
|   (package | ||||
|     (name "python-fonttools") | ||||
|     (version "3.28.0") | ||||
|     (version "3.30.0") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (pypi-uri "fonttools" version ".zip")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "0vsvjhidpb5kywpjgz1j3fywzkddxkb0afqai18qa3h6lqjyxwpb")))) | ||||
|                 "1i6229ylm12klljqfg643rikzpcslqrj56qf4cydr0w1n4cnbs4m")))) | ||||
|     (build-system python-build-system) | ||||
|     (native-inputs | ||||
|      `(("unzip" ,unzip) | ||||
|  |  | |||
		Reference in a new issue