Unverified Commit 85f78a20 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.iamdata: 0.1.202511141 -> 0.1.202511161 (#462167)

parents 86f3481e 9c295756
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.202511141";
  version = "0.1.202511161";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${version}";
    hash = "sha256-nADDcbP3tL6ggr4C6TwzCbyP/ZVd6lamkvDesKeQ3ds=";
    hash = "sha256-50RiHTnMAZyd2Adl0s2vAr+qgcObKJiIbm8u1Bjzeh8=";
  };

  __darwinAllowLocalNetworking = true;