Unverified Commit 6a33a3c1 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.modal: 1.3.5 -> 1.4.1 (#505776)

parents 9b678e5f d6e71728
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,14 +38,14 @@

buildPythonPackage (finalAttrs: {
  pname = "modal";
  version = "1.3.5";
  version = "1.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "modal-labs";
    repo = "modal-client";
    tag = "py/v${finalAttrs.version}";
    hash = "sha256-DjCEnQ+H03Ga0My2qHGEEF4Ae5HnmlWNvwL+jLdo0pg=";
    hash = "sha256-Ol6KYncP1F9EHbcyJmScuBwev79/vxrKWlO/ZkoxOhQ=";
  };
  sourceRoot = "${finalAttrs.src.name}/py";

+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage (finalAttrs: {
  pname = "synchronicity";
  version = "0.11.1";
  version = "0.12.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "modal-labs";
    repo = "synchronicity";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Uyn4apHILBwjHoMkr52IkcFlaX7jx3WzuzZfvdxcDFo=";
    hash = "sha256-/yN7FrOIVB30MVUZxqy607uG+niF7flxOLh94DvIrhM=";
  };

  build-system = [ hatchling ];