Merge pull request #239674 from r-ryantm/auto-update/python310Packages.dvc-task

python310Packages.dvc-task: 0.2.1 -> 0.3.0
This commit is contained in:
Nick Cao 2023-06-25 13:07:21 +08:00 committed by GitHub
commit 9a3af81abc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-task";
version = "0.2.1";
version = "0.3.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-DIjS56QDdjH8lp8yZE8UIccOM+OoafJK3DWZ1d/q29k=";
hash = "sha256-nrE8PdvzhH7lO0flvNkGC61NOVT4aj2E2gKEDRkp+b4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;