python3Packages.hakuin: 0.1.10 -> 0.2.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:15 +01:00
parent a7b88a43e2
commit 4ab9450e6d
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "hakuin";
version = "0.1.10";
version = "0.2.2";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "pruzko";
repo = "hakuin";
tag = version;
hash = "sha256-l5YnGRPUZUQqOaRvQd4l4eowWGpuPBignjkDDT9q7fg=";
hash = "sha256-97nh+woUsCXcoO2i5KprCwJiE24V3mg91qcNgy7bpgg=";
};
build-system = [ hatchling ];