1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

Merge pull request #182290 from r-ryantm/auto-update/python3.10-dvc-objects

python310Packages.dvc-objects: 0.0.26 -> 0.1.1
This commit is contained in:
Fabian Affolter 2022-07-21 10:42:58 +02:00 committed by GitHub
commit 7eca1f362e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "dvc-objects";
version = "0.0.26";
version = "0.1.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "iterative";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-g2oKxPQogdfS544fYgKBAxvmJgU35A0ewsPQcX1XOJE=";
hash = "sha256-s399GZ/ZuGQcV03NMJMUczEI00m8/xuuFJfzcjuV7T0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;