Unverified Commit c2b2588b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.iamdata: 0.1.202604251 -> 0.1.202604261 (#513753)

parents fb3ab0ee ad9a4655
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "iamdata";
  version = "0.1.202604251";
  version = "0.1.202604271";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-nKFt32gK7SYyKoMxy28QDM2YySglu6ftpgcDWUwo28Y=";
    hash = "sha256-WKbjXsBprC/z4FFRaEztdGCRKdZ926muGUM6tCxLXu0=";
  };

  __darwinAllowLocalNetworking = true;