python312Packages.pymatting: migrate to git tag

This commit is contained in:
Martin Weinelt
2025-01-05 13:24:14 +01:00
parent b00f0047f0
commit 57c87c818d
@@ -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=";
};