Commit 68f1ee29 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.chatlas: 0.15.2 -> 0.16.0

parent 89cf1fe7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,14 +31,14 @@

buildPythonPackage (finalAttrs: {
  pname = "chatlas";
  version = "0.15.2";
  version = "0.16.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "posit-dev";
    repo = "chatlas";
    tag = "v${finalAttrs.version}";
    hash = "sha256-BHqF60JTGlnP20BLQkcofkJUs7sAZAwhtr46y2HeNxY=";
    hash = "sha256-8dME+zY+yzPiUK2WUKlOJS6GF7UA2qSym617P2DoV68=";
  };

  build-system = [