gnu: python-sqlalchemy-utils: Update to 0.32.21.
* gnu/packages/databases.scm (python-sqlalchemy-utils): Update to 0.32.21.
This commit is contained in:
		
							parent
							
								
									bcdc5caed7
								
							
						
					
					
						commit
						53ae35e443
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2096,14 +2096,14 @@ simple and Pythonic domain language.") | |||
| (define-public python-sqlalchemy-utils | ||||
|   (package | ||||
|     (name "python-sqlalchemy-utils") | ||||
|     (version "0.32.13") | ||||
|     (version "0.32.21") | ||||
|     (source | ||||
|       (origin | ||||
|         (method url-fetch) | ||||
|         (uri (pypi-uri "SQLAlchemy-Utils" version)) | ||||
|         (sha256 | ||||
|          (base32 | ||||
|           "0vsib7gidjamzsz6w4s5pdhxzxsrkghjnm4sqwk94igjrl3i5ixj")))) | ||||
|           "1myn71dn8j74xglyh46f12sh8ywb7j0j732rzwq70kvwwnq32m73")))) | ||||
|     (build-system python-build-system) | ||||
|     (arguments | ||||
|      '(#:tests? #f)) ; FIXME: Many tests require a running database server. | ||||
|  |  | |||
		Reference in a new issue