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

python313Packages.iamdata: 0.1.202602211 -> 0.1.202602221 (#493051)

parents fcc55410 b0962eca
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.202602211";
  version = "0.1.202602221";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-FIJyD7ovyjiY6hJVjt19ZzTbSDnIaJ2R0BA2Pd7okG0=";
    hash = "sha256-KvNyKluF+xKaGRcommJYZcnFetOdBZUhEcIx6YjM2y8=";
  };

  __darwinAllowLocalNetworking = true;