python311Packages.dvc-objects: 0.23.0 -> 0.23.1

Diff: https://github.com/iterative/dvc-objects/compare/refs/tags/0.23.0...0.23.1

Changelog: https://github.com/iterative/dvc-objects/releases/tag/0.23.1
This commit is contained in:
Fabian Affolter 2023-07-19 13:29:41 +02:00
parent aca9c8086f
commit da8cdd1332

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "0.23.0";
version = "0.23.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-fWe/nnI8ugKGOvuwvH8ufvfkhQr3y1PldyYzsvJ5yLw=";
hash = "sha256-EVhzVzgShqFbQvZD4KEw+sDWE473DMM1HyDj2okMxuk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;