lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.whool: 1.2 -> 1.3

R. Ryantm 551d78b9 8f91555f

+3 -3
+3 -3
pkgs/development/python-modules/whool/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "whool"; 16 - version = "1.2"; 16 + version = "1.3"; 17 17 pyproject = true; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "sbidoul"; 21 21 repo = "whool"; 22 22 tag = "v${version}"; 23 - hash = "sha256-uIHtygDeFbtIZLn0YwGzAHD7B+EZQ3JAovuNMZ5YMxc="; 23 + hash = "sha256-vY7MPTBjNy3LY29k0MjMDnPiU7l9lUvPvTCrji8A5Cw="; 24 24 }; 25 25 26 26 build-system = [ hatch-vcs ]; ··· 43 43 meta = { 44 44 description = "Standards-compliant Python build backend to package Odoo addons"; 45 45 homepage = "https://github.com/sbidoul/whool"; 46 - changelog = "https://github.com/sbidoul/whool/blob/v${version}/CHANGELOG.md"; 46 + changelog = "https://github.com/sbidoul/whool/blob/${src.tag}/CHANGELOG.md"; 47 47 license = lib.licenses.mit; 48 48 maintainers = [ lib.maintainers.yajo ]; 49 49 };