python313Packages.sqlmodel: 0.0.31 -> 0.0.32 (#486857)
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
sqlalchemy,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "sqlmodel";
|
||||
version = "0.0.31";
|
||||
version = "0.0.32";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tiangolo";
|
||||
repo = "sqlmodel";
|
||||
tag = version;
|
||||
hash = "sha256-HJ8we0gYySagUvs7NEKcwe9l7KEcqmJ8+CTW/rjBdME=";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-+92QPpWFHs2qUUR5au6MKO/wHIk+4lXYX/gFfxKzafo=";
|
||||
};
|
||||
|
||||
build-system = [ pdm-backend ];
|
||||
@@ -50,8 +50,8 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Module to work with SQL databases";
|
||||
homepage = "https://github.com/fastapi/sqlmodel";
|
||||
changelog = "https://github.com/fastapi/sqlmodel/releases/tag/${src.tag}";
|
||||
changelog = "https://github.com/fastapi/sqlmodel/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user