mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 19:14:14 +00:00
python3Packages.sqlalchemy: 1.4.38 -> 1.4.39
https://github.com/sqlalchemy/sqlalchemy/releases/tag/rel_1_4_39
This commit is contained in:
parent
9546e4ca77
commit
beff393cc7
@ -13,11 +13,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "SQLAlchemy";
|
||||
version = "1.4.38";
|
||||
version = "1.4.39";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-k64dLvQvvw8LPUSzUiW9oSMxDfSzPJv2Yue1CmjEipg=";
|
||||
hash = "sha256-gZSJYDh1O0awigsK6JpdgMiX+2Ad1R4kPtVyDx8VXSc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user