python312Packages.ufmt: 2.7.0 -> 2.7.2

Diff: https://github.com/omnilib/ufmt/compare/refs/tags/v2.7.0...v2.7.2

Changelog: https://github.com/omnilib/ufmt/blob/2.7.2/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-09-12 10:29:09 +02:00
parent 24194a8011
commit e441eb2516
@@ -19,16 +19,16 @@
buildPythonPackage rec {
pname = "ufmt";
version = "2.7.0";
version = "2.7.2";
pyproject = true;
disabled = pythonOlder "3.";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "omnilib";
repo = "ufmt";
rev = "refs/tags/v${version}";
hash = "sha256-hIbzW7yDqk8siob+RhcnbOonkl+67sl/IGHimIeMM+Q=";
hash = "sha256-nWdGaW/RlU6kV2ORKpVuJ634QoemhZR2zdcOOO1W9Wk=";
};
build-system = [ flit-core ];