python310Packages.dvc-objects: 0.24.0 -> 0.24.1

This commit is contained in:
R. Ryantm 2023-08-02 02:59:25 +00:00
parent 5aeb601dae
commit a13164dcb4

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "0.24.0";
version = "0.24.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yaKrG+PXrS9wwQcpEYGAGFp+xRYbhiWFE8PxUEXG52Y=";
hash = "sha256-DpRnbvGF6HOCAcQ7HRf9x1bzrHHnL95Fz/TzpCosRZo=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;