From 31d253ea2a05d736aa7fb2ff590abfa6ba746133 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Tue, 24 Feb 2026 15:57:05 +0100 Subject: version-control: python-dvc-studio-client: Update metadata. * guix-science/packages/version-control.scm (python-dvc-studio-client) [source]: Update URL. [propagated-inputs]: Replace python-dulwich-0.24 by python-dulwich. [home-page]: Use the same as dvc. [description]: Rephrase. --- guix-science/packages/version-control.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/guix-science/packages/version-control.scm b/guix-science/packages/version-control.scm index 8aafaee..a14ac8a 100644 --- a/guix-science/packages/version-control.scm +++ b/guix-science/packages/version-control.scm @@ -368,7 +368,7 @@ MarkDown reports containing multiple plots.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/iterative/dvc-studio-client") + (url "https://github.com/treeverse/dvc-studio-client") (commit version))) (file-name (git-file-name name version)) (sha256 @@ -386,13 +386,12 @@ MarkDown reports containing multiple plots.") (lambda _ (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))) - (propagated-inputs (list python-dulwich-0.24 python-requests - python-voluptuous)) + (propagated-inputs (list python-dulwich python-requests python-voluptuous)) (native-inputs (list python-pytest python-pytest-mock python-setuptools python-setuptools-scm)) - (home-page "http://docs.iterative.ai/dvc-studio-client/") + (home-page "https://dvc.org/") (synopsis "Client to interact with DVC Studio") - (description "Client to interact with DVC Studio.") + (description "This package provides a client to interact with DVC Studio.") (license license:asl2.0))) (define-public python-dvc-task -- cgit v1.2.3