Unverified Commit 9bf18e70 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.iamdata: 0.1.202511131 -> 0.1.202511141 (#461657)

parents 6d15e407 03d9e71b
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.202511131";
  version = "0.1.202511141";
  pyproject = true;

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

  __darwinAllowLocalNetworking = true;