python3Packages.whool: 1.2 -> 1.3

This commit is contained in:
R. Ryantm
2025-07-26 23:22:28 +00:00
parent 8f91555fd5
commit 551d78b90b

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "whool";
version = "1.2";
version = "1.3";
pyproject = true;
src = fetchFromGitHub {
owner = "sbidoul";
repo = "whool";
tag = "v${version}";
hash = "sha256-uIHtygDeFbtIZLn0YwGzAHD7B+EZQ3JAovuNMZ5YMxc=";
hash = "sha256-vY7MPTBjNy3LY29k0MjMDnPiU7l9lUvPvTCrji8A5Cw=";
};
build-system = [ hatch-vcs ];
@@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = {
description = "Standards-compliant Python build backend to package Odoo addons";
homepage = "https://github.com/sbidoul/whool";
changelog = "https://github.com/sbidoul/whool/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/sbidoul/whool/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.yajo ];
};