python3Packages.dazl: 8.4.3 -> 8.5.0

This commit is contained in:
R. Ryantm
2025-10-10 11:32:25 +00:00
parent daebeba791
commit dd593afce1

View File

@@ -16,14 +16,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dazl"; pname = "dazl";
version = "8.4.3"; version = "8.5.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "digital-asset"; owner = "digital-asset";
repo = "dazl-client"; repo = "dazl-client";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-WWszy5hswDX2CA3vT5k08r8XVTe+pmrGz0JO8irCTYM="; hash = "sha256-GcZVyUx/aYSw7sy1JGeWRKBXifQaG/ygK9jJdG13cO8=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [