summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-22 10:01:39 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-22 10:01:39 +0200
commit469a3126d4c5e1facb0d4e548d60401b18012af3 (patch)
treecd28a5ea502d4b37d6f2834038142d2ced807038
parent9c6ea01e02a3c2d40368d58313f8cd73241bf4f5 (diff)
downloadnixpkgs-469a3126d4c5e1facb0d4e548d60401b18012af3.tar
nixpkgs-469a3126d4c5e1facb0d4e548d60401b18012af3.tar.gz
nixpkgs-469a3126d4c5e1facb0d4e548d60401b18012af3.tar.bz2
nixpkgs-469a3126d4c5e1facb0d4e548d60401b18012af3.tar.lz
nixpkgs-469a3126d4c5e1facb0d4e548d60401b18012af3.tar.xz
nixpkgs-469a3126d4c5e1facb0d4e548d60401b18012af3.tar.zst
nixpkgs-469a3126d4c5e1facb0d4e548d60401b18012af3.zip
dvc: 2.57.2 -> 2.57.3
Changelog: https://github.com/iterative/dvc/releases/tag/2.57.3
-rw-r--r--pkgs/applications/version-management/dvc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/dvc/default.nix b/pkgs/applications/version-management/dvc/default.nix
index 678616f8cc7..db90c5a5c23 100644
--- a/pkgs/applications/version-management/dvc/default.nix
+++ b/pkgs/applications/version-management/dvc/default.nix
@@ -10,14 +10,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "dvc";
-  version = "2.57.2";
+  version = "2.57.3";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "iterative";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-WOg/FROeM8G0knqg0EzyWSthGs3rhDu09kk6R0trOVs=";
+    hash = "sha256-W9AgYTvTjmFBAlKIme+7GaGY1lCyYbmYJdUC1s+3Vc8=";
   };
 
   pythonRelaxDeps = [