python3Packages.dazl: 8.8.0 -> 8.9.0

This commit is contained in:
R. Ryantm
2026-03-27 00:37:59 +00:00
parent 52af87695d
commit 4f2461bb77
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "dazl";
version = "8.8.0";
version = "8.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "digital-asset";
repo = "dazl-client";
tag = "v${version}";
hash = "sha256-8J7sSGOZSE/U8NPuOKIXtpEpvJwMUG/mctp/nN4OK5A=";
hash = "sha256-ZJBaamazyNAYU5xbUvNGLUV5OsyymCdJCoUvoUlIkm4=";
};
pythonRelaxDeps = [