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

python3Packages.iamdata: 0.1.202603311 -> 0.1.202604011 (#505588)

parents 87377c29 351c5d23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage (finalAttrs: {
  pname = "iamdata";
  version = "0.1.202603311";
  version = "0.1.202604011";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "cloud-copilot";
    repo = "iam-data-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-r4BpJJq/2xopL16+JXss7Xj7XgebQTmKdDkc9KeEbU0=";
    hash = "sha256-V5T63ZkaxJ5WEThNHa7lpjDQX6O+InzkygM0wBt+4CY=";
  };

  __darwinAllowLocalNetworking = true;