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

python3Packages.iamdata: 0.1.202604271 -> 0.1.202604281 (#514366)

parents 4b1339d2 1b6c16c3
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.202604271";
  version = "0.1.202604281";
  pyproject = true;

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

  __darwinAllowLocalNetworking = true;