python3Packages.zhon: 2.0.2 -> 2.1.1

This commit is contained in:
R. Ryantm
2025-08-29 22:22:12 +00:00
parent d8f8b0d1b3
commit aa094c49ac
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "zhon";
version = "2.0.2";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "tsroten";
repo = "zhon";
tag = "v${version}";
hash = "sha256-LFuEXu0IPJ6UFHhJKqQHp829wndNypmmhO0yZ1WEAXg=";
hash = "sha256-ghZp+5YXmTWf1EJKvdSlqccnxnaLliYR5HxX5DcWXiw=";
};
build-system = [ hatchling ];