python311Packages.dvc-data: 2.12.0 -> 2.12.1
Diff: https://github.com/iterative/dvc-data/compare/refs/tags/2.12.0...2.12.1 Changelog: https://github.com/iterative/dvc-data/releases/tag/2.12.1
This commit is contained in:
parent
7e231b8c80
commit
4d1ef26f5a
1 changed files with 2 additions and 4 deletions
|
@ -5,7 +5,6 @@
|
|||
, dvc-objects
|
||||
, fetchFromGitHub
|
||||
, funcy
|
||||
, nanotime
|
||||
, pygtrie
|
||||
, pythonOlder
|
||||
, setuptools-scm
|
||||
|
@ -15,7 +14,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc-data";
|
||||
version = "2.12.0";
|
||||
version = "2.12.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -24,7 +23,7 @@ buildPythonPackage rec {
|
|||
owner = "iterative";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-sA5FC/c1zrhjATuYIX1Kd9KHM2mh75s8pS/cG2hTDR0=";
|
||||
hash = "sha256-BmI2D1nMeqcV0jPMJ6jzHO38AscfzDMgwh91ekKlXEs=";
|
||||
};
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
@ -38,7 +37,6 @@ buildPythonPackage rec {
|
|||
diskcache
|
||||
dvc-objects
|
||||
funcy
|
||||
nanotime
|
||||
pygtrie
|
||||
shortuuid
|
||||
sqltrie
|
||||
|
|
Loading…
Reference in a new issue