Commit 7f68b3bc authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 7c33c088
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 ];