Switch pysdf to origin

This commit is contained in:
Igor Brylyov 2023-02-10 10:58:54 +03:00
parent f35443d4d9
commit 1857dd3194

View file

@ -4,10 +4,10 @@ buildPythonPackage {
pname = "pysdf";
version = "0.4";
src = fetchFromGitHub {
owner = "movefasta";
owner = "FirefoxMetzger";
repo = "python-sdformat";
rev = "edfa3bdb97598c11d83bd5d9473db12ef645a478";
sha256 = "sha256-4IuljqprFK15B356Iuibz1pphvQWkrtvLsqTntuTB/o=";
rev = "51cd5fcb970076f0b64b76938f7923000c8df404";
sha256 = "sha256-f30rfdvqxB6HE6hDJbthSv679JO6muAHhhVVes/AK3k=";
};
propagatedBuildInputs = with python3Packages; [ poetry-core lxml numpy pytest black ];
}