python3Packages.replicate: 1.0.4 -> 1.0.7

This commit is contained in:
R. Ryantm
2025-06-06 10:12:21 +00:00
parent 66576dcd9e
commit 458b3d1709
@@ -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 ];
};