3
0
Fork 0
forked from mirrors/nixpkgs

python311Packages.dvc-objects: 0.22.0 -> 0.23.0

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

Changelog: https://github.com/iterative/dvc-objects/releases/tag/0.23.0
This commit is contained in:
Fabian Affolter 2023-06-20 08:42:23 +02:00
parent 8cff0900bc
commit c9e72a5ae9

View file

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