python3Packages.dazl: 8.2.1 -> 8.3.0
This commit is contained in:
parent
6ed432a97e
commit
78246b6f28
@ -16,14 +16,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dazl";
|
pname = "dazl";
|
||||||
version = "8.2.1";
|
version = "8.3.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-JeAdg+OW3Zd275zIYDmfBaF7RWEb+sLQ7xFIl67L2R8=";
|
hash = "sha256-w0jWhOOjOVLKUcfY2zR8dgckp7r/Gko+p3cuO8IIrM4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
@ -59,6 +59,6 @@ buildPythonPackage rec {
|
|||||||
description = "High-level Ledger API client for Daml ledgers";
|
description = "High-level Ledger API client for Daml ledgers";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
homepage = "https://github.com/digital-asset/dazl-client";
|
homepage = "https://github.com/digital-asset/dazl-client";
|
||||||
changelog = "https://github.com/digital-asset/dazl-client/releases/tag/v${version}";
|
changelog = "https://github.com/digital-asset/dazl-client/releases/tag/${src.tag}";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user