python3Packages.scmrepo: 3.3.10 -> 3.3.11 (#403939)

This commit is contained in:
Nick Cao
2025-05-04 11:23:48 -04:00
committed by GitHub
@@ -57,7 +57,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "SCM wrapper and fsspec filesystem";
homepage = "https://github.com/iterative/scmrepo";
changelog = "https://github.com/iterative/scmrepo/releases/tag/${version}";
changelog = "https://github.com/iterative/scmrepo/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};