python3Packages.sqlmodel: 0.0.37 -> 0.0.38
Diff: https://github.com/tiangolo/sqlmodel/compare/0.0.37...0.0.38 Changelog: https://github.com/fastapi/sqlmodel/releases/tag/0.0.38
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "sqlmodel";
|
||||
version = "0.0.37";
|
||||
version = "0.0.38";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tiangolo";
|
||||
repo = "sqlmodel";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-Ir0bWLdWF1h9Hr83QAbn5GiA9dh06Zrinltv54IKaM0=";
|
||||
hash = "sha256-GjTqsZVvuTIYxzs7d0bFE6mKPQR4ZlZywGguzOVwHnk=";
|
||||
};
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
|
||||
Reference in New Issue
Block a user