Merge pull request #297027 from Stunkymonkey/python-opensfm-normalize

python312Packages.opensfm: normalize pname
This commit is contained in:
Nick Cao 2024-03-19 09:00:43 -04:00 committed by GitHub
commit 1917f01be6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,12 +43,12 @@ let
else ceres-solver;
in
buildPythonPackage rec {
pname = "OpenSfM";
pname = "opensfm";
version = "unstable-2023-12-09";
src = fetchFromGitHub {
owner = "mapillary";
repo = pname;
repo = "OpenSfM";
rev = "7f170d0dc352340295ff480378e3ac37d0179f8e";
sha256 = "sha256-l/HTVenC+L+GpMNnDgnSGZ7+Qd2j8b8cuTs3SmORqrg=";
};