python312Packages.ufmt: 2.7.3 -> 2.8.0

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

Changelog: https://github.com/omnilib/ufmt/blob/2.8.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2024-11-21 09:21:46 +01:00
parent 2e877e8d91
commit c47912b4a1

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "ufmt";
version = "2.7.3";
version = "2.8.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "omnilib";
repo = "ufmt";
rev = "refs/tags/v${version}";
hash = "sha256-hXCOsetw5o3V9NCR0TOfYSFyfBnuOOZDMiUd/6ER9WU=";
hash = "sha256-oEvvXUju7qne3pCwnrckplMs0kBJavB669qieXJZPKw=";
};
build-system = [ flit-core ];