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 | (define-public python-sqlalchemy-utils | ||||||
|   (package |   (package | ||||||
|     (name "python-sqlalchemy-utils") |     (name "python-sqlalchemy-utils") | ||||||
|     (version "0.38.2") |     (version "0.38.3") | ||||||
|     (source |     (source | ||||||
|       (origin |       (origin | ||||||
|         (method url-fetch) |         (method url-fetch) | ||||||
|         (uri (pypi-uri "SQLAlchemy-Utils" version)) |         (uri (pypi-uri "SQLAlchemy-Utils" version)) | ||||||
|         (sha256 |         (sha256 | ||||||
|          (base32 |          (base32 "0k8z0mjhvdv302kn0nhci8b2dgw4cn2akprsf37ma1540ykgp6lz")))) | ||||||
|           "1d6fq81489kqzxmk3l6f39sinw206lzs392frmpr5lsjzg9xc0cy")))) |  | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      '(#:tests? #f)) ; FIXME: Many tests require a running database server. |      '(#:tests? #f)) ; FIXME: Many tests require a running database server. | ||||||
|  |  | ||||||
		Reference in a new issue