diff options
| author | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-02-24 15:57:05 +0100 |
|---|---|---|
| committer | Ghislain Vaillant <ghislain.vaillant@inria.fr> | 2026-02-25 11:10:19 +0100 |
| commit | 31d253ea2a05d736aa7fb2ff590abfa6ba746133 (patch) | |
| tree | f6df00f01105aec4c42ad5a907980d1b75fbb9e7 | |
| parent | a0d809f880c97b5296157655a9ecfa92bb16e4c6 (diff) | |
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.
| -rw-r--r-- | guix-science/packages/version-control.scm | 9 |
1 files 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.") | |||
| 368 | (origin | 368 | (origin |
| 369 | (method git-fetch) | 369 | (method git-fetch) |
| 370 | (uri (git-reference | 370 | (uri (git-reference |
| 371 | (url "https://github.com/iterative/dvc-studio-client") | 371 | (url "https://github.com/treeverse/dvc-studio-client") |
| 372 | (commit version))) | 372 | (commit version))) |
| 373 | (file-name (git-file-name name version)) | 373 | (file-name (git-file-name name version)) |
| 374 | (sha256 | 374 | (sha256 |
| @@ -386,13 +386,12 @@ MarkDown reports containing multiple plots.") | |||
| 386 | (lambda _ | 386 | (lambda _ |
| 387 | (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" | 387 | (setenv "SETUPTOOLS_SCM_PRETEND_VERSION" |
| 388 | #$version)))))) | 388 | #$version)))))) |
| 389 | (propagated-inputs (list python-dulwich-0.24 python-requests | 389 | (propagated-inputs (list python-dulwich python-requests python-voluptuous)) |
| 390 | python-voluptuous)) | ||
| 391 | (native-inputs (list python-pytest python-pytest-mock python-setuptools | 390 | (native-inputs (list python-pytest python-pytest-mock python-setuptools |
| 392 | python-setuptools-scm)) | 391 | python-setuptools-scm)) |
| 393 | (home-page "http://docs.iterative.ai/dvc-studio-client/") | 392 | (home-page "https://dvc.org/") |
| 394 | (synopsis "Client to interact with DVC Studio") | 393 | (synopsis "Client to interact with DVC Studio") |
| 395 | (description "Client to interact with DVC Studio.") | 394 | (description "This package provides a client to interact with DVC Studio.") |
| 396 | (license license:asl2.0))) | 395 | (license license:asl2.0))) |
| 397 | 396 | ||
| 398 | (define-public python-dvc-task | 397 | (define-public python-dvc-task |
