python312Packages.ufmt: 2.7.2 -> 2.7.3

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

Changelog: https://github.com/omnilib/ufmt/blob/2.7.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2024-09-23 08:14:49 +02:00
parent d218baf24f
commit 51fe0368e9
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "ufmt";
version = "2.7.2";
version = "2.7.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "omnilib";
repo = "ufmt";
rev = "refs/tags/v${version}";
hash = "sha256-nWdGaW/RlU6kV2ORKpVuJ634QoemhZR2zdcOOO1W9Wk=";
hash = "sha256-hXCOsetw5o3V9NCR0TOfYSFyfBnuOOZDMiUd/6ER9WU=";
};
build-system = [ flit-core ];