python312Packages.pymatting: migrate to git tag (#371112)

This commit is contained in:
Martin Weinelt
2025-01-05 13:33:04 +01:00
committed by GitHub
@@ -22,8 +22,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pymatting";
repo = "pymatting";
# https://github.com/pymatting/pymatting/issues/92
rev = "afd2dec073cb08b8119300feec18c179a9d436f3";
tag = "v${version}";
hash = "sha256-AzdhRZgcT+gfLPZYKJLQUW7uLyXoRy6SP2raHWd9XUY=";
};