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

python313Packages.iamdata: 0.1.202510071 -> 0.1.202510081 (#449810)

parents 0dbb089c b5550f10
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.202510071";
  version = "0.1.202510081";
  pyproject = true;

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

  build-system = [ hatchling ];