Commit c46e2bb5 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.iamdata: 0.1.202511011 -> 0.1.202511021

parent b9c04f1e
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.202511011";
  version = "0.1.202511021";
  pyproject = true;

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

  __darwinAllowLocalNetworking = true;