flake update

This commit is contained in:
sid 2026-02-26 23:10:38 +01:00
parent 95a533c876
commit 6703cb5184
10 changed files with 46 additions and 46 deletions

View file

@ -7,12 +7,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "cppman";
version = "0.5.9";
version = "0.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-FaTkCrAltNzsWnOlDfJrfdrvfBSPyxl5QP/ySE+emQM=";
hash = "sha256-RCbWEoNW6yjtM3EGbRf6AtJQ+lsfZmsJ0u6PDIkAp5A=";
};
build-system = [