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

python313Packages.iamdata: 0.1.202511021 -> 0.1.202511041 (#458371)

parents 1e07ad29 289e17a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "iamdata";
  version = "0.1.202511021";
  version = "0.1.202511041";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${version}";
    hash = "sha256-iB5ke9vOdW/OHemITGC7t1i8iQKm5TjytVxRyUjb0Gk=";
    hash = "sha256-AHiQzGC+++C60EfP1RRAecHYlmJuziub09kOtIxSQoU=";
  };

  __darwinAllowLocalNetworking = true;