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

python313Packages.iamdata: 0.1.202602071 -> 0.1.202602081 (#488261)

parents 05afd402 bb6a6eb7
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.202602071";
  version = "0.1.202602081";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-fLxcW24A6vg1ifPUBFnVrByirvtv5MmcRsl86UQ5DcQ=";
    hash = "sha256-qv5TRKaveJJR4pjSWeEifCJn/nP5PTk+K5YhQPJNihw=";
  };

  __darwinAllowLocalNetworking = true;