python310Packages.dvc-task: 0.2.1 -> 0.3.0

This commit is contained in:
R. Ryantm 2023-06-25 02:39:58 +00:00
parent 3fe11cb141
commit e93c794e27

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;