python311Packages.dvc-objects: 0.25.0 -> 1.0.0

Diff: https://github.com/iterative/dvc-objects/compare/refs/tags/0.25.0...1.0.0

Changelog: https://github.com/iterative/dvc-objects/releases/tag/1.0.0
This commit is contained in:
Fabian Affolter 2023-08-16 08:49:12 +02:00
parent 0fd3aa4ede
commit f73c56c392

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "0.25.0";
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-RzVvF9fv2VtSWzhD3+TJ3I2WKSu016+MlfnFEFj3YxQ=";
hash = "sha256-9R1fhRwGYkwykiTnddjIJHmJxMcpwS+a9hgqBzFyJeM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;