mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
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:
parent
2e877e8d91
commit
c47912b4a1
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user