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

python314Packages.alibabacloud-credentials: 1.0.4 -> 1.0.7 (#484345)

parents 3b26dccf 0f66bfaa
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -9,15 +9,15 @@
  setuptools,
}:

buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
  pname = "alibabacloud-credentials";
  version = "1.0.4";
  version = "1.0.7";
  pyproject = true;

  src = fetchPypi {
    pname = "alibabacloud_credentials";
    inherit version;
    hash = "sha256-K3GrMHRSZ6vVJNZPvgY/fgJknaKrbarx7sBXM7f5yPE=";
    inherit (finalAttrs) version;
    hash = "sha256-gEKCgLS8+VRh1B0UkKIjYLi2fRgpvx6zj3T6vMaT8bM=";
  };

  build-system = [ setuptools ];
@@ -40,4 +40,4 @@ buildPythonPackage rec {
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ fab ];
  };
}
})