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

python3Packages.iamdata: 0.1.202603031 -> 0.1.202603041 (#496514)

parents 2f198876 bf17b6d8
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.202603031";
  version = "0.1.202603041";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-/kSoNHtnhdczU9gos+FY46ILx9OcjhBHTNDVv7T8LDY=";
    hash = "sha256-LsBAC6EAHl/vrGmiOy/fJoUhq5a73Qs07M7Fh7bF6mY=";
  };

  __darwinAllowLocalNetworking = true;