gnu: python-sqlalchemy-utils: Update to 0.38.3.
* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.38.3.
This commit is contained in:
		
							parent
							
								
									02ddd4410d
								
							
						
					
					
						commit
						417ccba3bb
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -3452,14 +3452,13 @@ framework.") | |||
| (define-public python-sqlalchemy-utils | ||||
|   (package | ||||
|     (name "python-sqlalchemy-utils") | ||||
|     (version "0.38.2") | ||||
|     (version "0.38.3") | ||||
|     (source | ||||
|       (origin | ||||
|         (method url-fetch) | ||||
|         (uri (pypi-uri "SQLAlchemy-Utils" version)) | ||||
|         (sha256 | ||||
|          (base32 | ||||
|           "1d6fq81489kqzxmk3l6f39sinw206lzs392frmpr5lsjzg9xc0cy")))) | ||||
|          (base32 "0k8z0mjhvdv302kn0nhci8b2dgw4cn2akprsf37ma1540ykgp6lz")))) | ||||
|     (build-system python-build-system) | ||||
|     (arguments | ||||
|      '(#:tests? #f)) ; FIXME: Many tests require a running database server. | ||||
|  |  | |||
		Reference in a new issue