Unverified Commit 37d548a8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.replicate: 1.0.4 -> 1.0.7 (#414484)

parents 38be4655 458b3d17
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "replicate";
  version = "1.0.4";
  version = "1.0.7";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "replicate";
    repo = "replicate-python";
    tag = version;
    hash = "sha256-VXJBArFzVPls0ZWL8o6hkOiTtjYRxkdNDiWCPN/hW48=";
    hash = "sha256-zl7b6zg5igyFvx5Qw0cjIiY25xivpTucc2NcP1IkFUI=";
  };

  build-system = [ setuptools ];
@@ -46,7 +46,7 @@ buildPythonPackage rec {
  meta = {
    description = "Python client for Replicate";
    homepage = "https://replicate.com/";
    changelog = "https://github.com/replicate/replicate-python/releases/tag/${version}";
    changelog = "https://github.com/replicate/replicate-python/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ jokatzke ];
  };