python312Packages.ufmt: 2.7.3 -> 2.8.0 (#357811)

This commit is contained in:
Nick Cao 2024-11-21 09:19:32 -05:00 committed by GitHub
commit 0149756de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];