python3Packages.yamlloader: build from GitHub source

This commit is contained in:
Sarah Clark
2025-11-07 08:48:05 -08:00
parent 02bb6d6d22
commit 195b457d00
@@ -1,7 +1,7 @@
{
lib,
buildPythonPackage,
fetchPypi,
fetchFromGitHub,
hatch-vcs,
hatchling,
pytestCheckHook,
@@ -14,9 +14,11 @@ buildPythonPackage rec {
version = "1.5.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-wQrBMhpiaxyosJ0/Ov6YVbgYORxZmSp2tl5KLZXqxBs=";
src = fetchFromGitHub {
owner = "Phynix";
repo = "yamlloader";
tag = version;
hash = "sha256-SNb1iXao+TNW872qDtEldZj6S+yJxRlsnw6ye92RFSk=";
};
build-system = [