forked from mirrors/nixpkgs
python310Packages.dvc-task: 0.2.0 -> 0.2.1
Diff: https://github.com/iterative/dvc-task/compare/refs/tags/0.2.0...0.2.1 Changelog: https://github.com/iterative/dvc-task/releases/tag/0.2.1
This commit is contained in:
parent
88b4dbe9a8
commit
ae666e137f
|
@ -15,7 +15,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc-task";
|
||||
version = "0.2.0";
|
||||
version = "0.2.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||
owner = "iterative";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-lxK4bo2BYLTEvPIyvjIdFS/36Oh4x1ECagPw9DbYgEg=";
|
||||
hash = "sha256-DIjS56QDdjH8lp8yZE8UIccOM+OoafJK3DWZ1d/q29k=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
|
Loading…
Reference in a new issue