Commit 131fc59d authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent c71c51ab
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.202510061";
  version = "0.1.202510071";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${version}";
    hash = "sha256-/r8+DVApf+epNr5OiGMSD7dkMW0xHp0ecf7tdTkldtE=";
    hash = "sha256-BFcJBRuVV7+x89MuLova58HMNDLAmI0GwWo0nHWYkEs=";
  };

  build-system = [ hatchling ];