Unverified Commit 63c64492 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.dazl: 8.5.0 -> 8.6.0 (#463693)

parents 5e6e151a 95a6bf74
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "dazl";
  version = "8.5.0";
  version = "8.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "digital-asset";
    repo = "dazl-client";
    tag = "v${version}";
    hash = "sha256-GcZVyUx/aYSw7sy1JGeWRKBXifQaG/ygK9jJdG13cO8=";
    hash = "sha256-zFe6FomsT6aCR5B8hYEN6oTzaprVzs7fvdM3hv99LgY=";
  };

  pythonRelaxDeps = [