gnu: python-alembic: Update to 1.4.3.
* gnu/packages/databases.scm (python-alembic): Update to 1.4.3.
This commit is contained in:
		
							parent
							
								
									25fb1e308d
								
							
						
					
					
						commit
						63d37b3cbe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2758,13 +2758,13 @@ this library provides functions to facilitate such comparisons.")
 | 
				
			||||||
(define-public python-alembic
 | 
					(define-public python-alembic
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-alembic")
 | 
					    (name "python-alembic")
 | 
				
			||||||
    (version "1.4.2")
 | 
					    (version "1.4.3")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "alembic" version))
 | 
					       (uri (pypi-uri "alembic" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1gsdrzx9h7wfva200qvvsc9sn4w79mk2vs0bbnzjhxi1jw2b0nh3"))))
 | 
					        (base32 "0if2dgb088clk738p26bwk50735h6jpd2kacdgc5capv2hiz6d2k"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:phases (modify-phases %standard-phases
 | 
					     '(#:phases (modify-phases %standard-phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue