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

python313Packages.iamdata: 0.1.202511291 -> 0.1.202511301 (#466544)

parents 529f0cc8 33abfd87
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.202511291";
  version = "0.1.202511301";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${version}";
    hash = "sha256-rzc44tJdvi9U2mWjxqb573OQb7x/pcWYvpCGQlIE1Og=";
    hash = "sha256-NC9efzl6G7gFyCucpA9TEd3F0Sj94s7WHHlZKXQo+ew=";
  };

  __darwinAllowLocalNetworking = true;