python312Packages.bdffont: 0.0.27 -> 0.0.28 (#388881)

This commit is contained in:
Nick Cao
2025-03-11 15:20:08 -04:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "bdffont";
version = "0.0.27";
version = "0.0.28";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "bdffont";
inherit version;
hash = "sha256-1sYjiCklQ2gfQQIZcZ/Fk27XBzRrbZEY+1JNaJ/8LTs=";
hash = "sha256-pysrjxA5u4A2vxmfLh2uRa8iVUa8sTMNRnhElsApsoU=";
};
build-system = [ hatchling ];