mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.sqlalchemy: 2.0.50 -> 2.0.51
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_2_0_51
This commit is contained in:
parent
0d51e4f77e
commit
eea6250475
1 changed files with 2 additions and 2 deletions
|
|
@ -43,14 +43,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "sqlalchemy";
|
||||
version = "2.0.50";
|
||||
version = "2.0.51";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sqlalchemy";
|
||||
repo = "sqlalchemy";
|
||||
tag = "rel_${lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version}";
|
||||
hash = "sha256-pZgkQa+qXuXSSlBXba5qByXFqegaIB/XGgp7Q2Bsz9U=";
|
||||
hash = "sha256-2t3NhfLiu/rLI2yvFPK9uQXGyzqNUj7ImDRx0EasdsI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue