python3Packages.dvc-data: 0.40.3 -> 0.41.3

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:17 +01:00
parent 33c18bf349
commit f4bb6c46a7

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "dvc-data";
version = "0.40.3";
version = "0.41.3";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-kJABNVUFoaN8Q7IVJKW/LF2kJwB4HcsvMEDmE6eTAxg=";
hash = "sha256-+rK5OGbIBP7g69swhsgnaJovllxp7XdO8iT3hfYwhV4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;