Merge pull request #300069 from r-ryantm/auto-update/python311Packages.dvc-task

python311Packages.dvc-task: 0.3.0 -> 0.4.0
This commit is contained in:
Weijia Wang 2024-04-05 23:07:36 +02:00 committed by GitHub
commit 63cb96351e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -15,23 +15,23 @@
buildPythonPackage rec {
pname = "dvc-task";
version = "0.3.0";
format = "pyproject";
version = "0.4.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "iterative";
repo = pname;
repo = "dvc-task";
rev = "refs/tags/${version}";
hash = "sha256-nrE8PdvzhH7lO0flvNkGC61NOVT4aj2E2gKEDRkp+b4=";
hash = "sha256-zSPv+eMGSsGXKtgi9r4EiGY1ZURXeJXWBKvR2GnfP8I=";
};
nativeBuildInputs = [
build-system = [
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
kombu
shortuuid
celery