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

python313Packages.iamdata: 0.1.202510081 -> 0.1.202510091 (#450229)

parents 305a832d 7f68b3bc
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.202510081";
  version = "0.1.202510091";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${version}";
    hash = "sha256-hN5gHYhylmrOYiMTW+FE8G0CXf2kxKbPGbtQmjd8X7A=";
    hash = "sha256-ZnOQDuZweZy/FNJZCjsk61cd0/MoUpXSsCfvVlSK+oM=";
  };

  build-system = [ hatchling ];