python313Packages.weheat: 2025.2.13 -> 2025.2.27

Diff: https://github.com/wefabricate/wh-python/compare/refs/tags/2025.2.13...2025.2.27
This commit is contained in:
Robert Schütz
2025-03-05 23:03:37 +01:00
committed by Martin Weinelt
parent 20023d0c06
commit 3435b8e428
@@ -7,28 +7,24 @@
fetchFromGitHub,
pydantic,
python-dateutil,
pythonOlder,
setuptools,
urllib3,
}:
buildPythonPackage rec {
pname = "weheat";
version = "2025.2.13";
version = "2025.2.27";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "wefabricate";
repo = "wh-python";
tag = version;
hash = "sha256-YXo+pwgCjw2CWUCS9DY9jaLjhj+q+ZqfW3uh1aSXnM0=";
hash = "sha256-DrBOx++Rp/5s8sU07+/cuy2Je27i84WCY3/mljLfawk=";
};
pythonRelaxDeps = [
"urllib3"
"pydantic"
];
build-system = [ setuptools ];